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

@ -4,7 +4,7 @@ layout: default
<div class="post">
<div class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<h1 class="post-title">{{ page.title | markdownify }}</h1>
</div>
<article class="post-content">

View File

@ -4,7 +4,7 @@ layout: default
<div class='post lang-{% if page.lang %}{{ page.lang }}{% else %}en{% endif %}'>
<div class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<h1 class="post-title">{{ page.title | markdownify }}</h1>
{% if page.subtitle %}
<h2 class="post-subtitle">{{ page.subtitle }}</h1>
{% endif %}