This commit is contained in:
2021-09-26 19:21:48 -05:00
parent 0909e8ce8d
commit 560a64540a
3 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
<div class="header">
<h1>{{ .Site.Title }}</h1>
<h1>{{ .Site.Title | markdownify }}</h1>
</div>