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 enabled: true
theme: ashen theme: ashen
wrap: false wrap: false
feed:
timezone: America/Toronto
blog: blog:
dir: 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:
echo {{zonaref}} echo {{zonaref}}

View file

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