box<str> vs string

This commit is contained in:
2022-06-17 13:40:07 +01:00
parent 19e2afd46e
commit 607f6fba19
5 changed files with 285 additions and 3 deletions

View File

@ -11,7 +11,7 @@ layout: default
{% endif %}
<li class='lang-{% if post.lang %}{{ post.lang }}{% else %}en{% endif %}'>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title | markdownify }}</a>
<p class="post-meta">
<span>{{ post.date | date: "%b %-d, %Y" }}</span>