raw version of blog posts

This commit is contained in:
2022-07-27 09:48:57 +01:00
parent ae0fc73214
commit 908f0c65d5
30 changed files with 1812 additions and 763 deletions

View File

@ -17,6 +17,7 @@ layout: default
<span>{{ post.date | date: "%b %-d, %Y" }}</span>
{% if post.meta %} • <span>{{ post.meta }}</span>{% endif %}
<span>Reading time: {{ post.content | reading_time }}</span>
<span><a href="/raw{{ page.url }}">raw</a></span>
</p>
</h2>
<article class='post-content'>