* Restores the Publisdate displayed on posts lists instead of Date
(creation date).
* Restores the post-taxonomies class on the item list of the post
information categories.
Co-Authored-by: iGor milhit <igor@milhit.ch>
* Adds a lists-footer partial.
* Uses breakpoints to adapt how the post informations is aligned and
separated when the screen gets bigger.
* Adds some space between posts in a list or section, to improve
readability.
* Removes useless article level and renames a section into article in
the list template.
* Uses breakpoints to adapt the navigation font-size when the screen
gets bigger.
* Improves the font-size variables, in order to get a font-size-small
smaller.
* Restores the section template that wasn't right, I don't know what
I've done when rebasing and resolving conflicts…
Co-Authored-by: Igor Milhit <igor@milhit.ch>
Expose metadata in a way that Zotero can read, so Dublin Core and Open
Graph are an easy way. No so easy, but still.
The language attribute of the html tag has been correctly set.
In the process, the date test has been improved.
Closes#3
Co-Authored-by: Igor Milhit <igor@milhit.ch>
Most of blog posts have the lastmod displayed even if the publishdate is
the same day, because lastmod comes from git information and has also
hour, minutes and second, and publishdate is set manually, with only
year, month and day.
* Formats the date to compare them accurately, with datFormat function.
* Styles a little bit the blockquote tag.
* Spaces evenly the post information blocks.
* Closes#5
Co-Authored-by: Igor Milhit <igor@milhit.ch>