Compare commits

..

No commits in common. "33986cc0c6a71283131b0a9443e2951c2acd34a3" and "2f3d4271848afdd4c20056b40f312cf348b8f053" have entirely different histories.

3 changed files with 3 additions and 5 deletions

View file

@ -17,7 +17,5 @@ markdown:
enabled: true
theme: ashen
wrap: false
feed:
timezone: America/Toronto
blog:
dir: blog

View file

@ -1,4 +1,4 @@
zonaref := 'zona>=1.2.0'
zonaref := `rg "^.*(git\+.*).*$" -r '$1' .forgejo/workflows/deploy.yml`
echo:
echo {{zonaref}}

View file

@ -11,8 +11,8 @@
<ul>
{% for item in post_list %}
<li>
<time class="post-list-date" datetime="{{ item.metadata.date.date() | safe }}"
>{{ item.metadata.date.date() | safe}}</time>: <a href="/{{ item.url }}"
<time class="post-list-date" datetime="{{ item.metadata.date | safe }}"
>{{ item.metadata.date | safe}}</time>: <a href="/{{ item.url }}"
>{{ item.metadata.title }}</a>
</li>
{% endfor %}