summaryrefslogtreecommitdiffstatshomepage
path: root/templates/post.xml (unfollow)
Commit message (Collapse)AuthorLines
2020-07-15templates: Use standardized value for name attribute in <meta>Wynn Wolf Arbor-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
2020-06-06Attempt a thorough redesign of the landing pageWynn Wolf Arbor-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.
2020-05-31templates: Remove spurious spaces in post.xmlWynn Wolf Arbor-1/+1
2020-04-10templates: Add date and author to head metadataWynn Wolf Arbor-0/+2
2019-12-31templates: Remove superfluous settingWolf-1/+1
As of sblg-0.5.4 data-sblg-permlink is set to false by default.
2019-07-22templates: Correctly wrap articles in <main>Wolfgang Müller-1/+3
As per guidelines, <main> should contain <article>, and not the other way around.
2019-07-22templates: Tweak index title and remove needless HTML entityWolfgang Müller-1/+1
2019-07-22Add twitter card supportWolfgang Müller-0/+4
For some reason they don't support SVG, so use a webp image for now.
2019-07-22templates: Add lang attribute to html tagWolfgang Müller-1/+1