Open
Description
jekyll-archives produces an empty "<title>" element for year/month/day pages. It seems this is intentional:
# Returns a String (for tag and category archives) and nil for
# date-based archives.
def title
@title if @title.is_a? String
end
This is quite ugly though. Firefox, for example, will display the URL if the title is not set. Why not set a title like "Archive for year yyyy", "Archive for month ... of year yyyy", etc. Or easier to implement: "Archive for" and then append, year, month, day (whatever is available).
Metadata
Assignees
Labels
No labels
Activity