make public pages based off a .public property, not a .navbar property
on the tagspage, each tag should link to itself
add tags page to the navbar
make tags page also link blurbs
speed up blurb generation by not using subst
don't combine the same lists twice
pass frontpage-filepaths into prn-frontpage
pass published-files to prn-frontpage
separate some tags in the head with newlines
add a viewport tag
escape < and > in the tags navigation
tags page: sort the items in a section by pub date, newest first
in the frontpage blurb, replace <a> with a link to the url slug
pull the mailing list cta from the config
make all prn-html-page args required
when mailing-list-div is passed to prn-html-page, prn it
allow frontpage-files to have tags
add frontpage files to the rss feed
only add files to the rss feed that are public
Next