summaryrefslogtreecommitdiffstatshomepage
path: root/templates/post.xml (follow)
Commit message (Collapse)AuthorAgeLines
* templates: Use standardized value for name attribute in <meta>Wynn Wolf Arbor2020-07-15-1/+1
| | | | | | | | | | | | | In commit bbaaf25 (templates: Add date and author to head metadata, 2020-04-10), a <meta> tag containing the publication date was added for unknown reasons. It is unclear where this line is from, as the 'scheme' attribute is not even part of the HTML5 specification. Furthermore, the value of "date" for the 'name' attribute is not standardized. Use "dc:date" as per the Dublin Core Metadata Initiative [1] instead of "date" and remove the 'scheme' attribute fully. [1] https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http%3a%2f%2fpurl.org%2fdc%2fterms%2fdate
* Attempt a thorough redesign of the landing pageWynn Wolf Arbor2020-06-06-4/+2
| | | | | | | | | | | | | | | After careful consideration we have decided to replace the more brutalist landing page with something simpler and more in line with the styling of the actual posts. Have the front page include a short introduction and some further links to the atom feed and git.oriole.systems. Use a more traditional and simple top-to-bottom layout for the article links in lieu of the more idiosyncratic left-to-right list that was difficult to scan for some people. Keep the post styling as is, but move around and change a few HTML elements to make more semantic sense and improve the clarity of the CSS.
* templates: Remove spurious spaces in post.xmlWynn Wolf Arbor2020-05-31-1/+1
|
* templates: Add date and author to head metadataWynn Wolf Arbor2020-04-10-0/+2
|
* templates: Remove superfluous settingWolf2019-12-31-1/+1
| | | | As of sblg-0.5.4 data-sblg-permlink is set to false by default.
* templates: Correctly wrap articles in <main>Wolfgang Müller2019-07-22-1/+3
| | | | | As per guidelines, <main> should contain <article>, and not the other way around.
* templates: Tweak index title and remove needless HTML entityWolfgang Müller2019-07-22-1/+1
|
* Add twitter card supportWolfgang Müller2019-07-22-0/+4
| | | | For some reason they don't support SVG, so use a webp image for now.
* templates: Add lang attribute to html tagWolfgang Müller2019-07-22-1/+1
|
* Initial importWolfgang Müller2019-07-21-0/+15