somrat 5年前
コミット
4c184dd24d
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      layouts/partials/about.html

+ 1
- 1
layouts/partials/about.html ファイルの表示

@@ -22,7 +22,7 @@
{{"<!-- Express About Yourself -->" | safeHTML}}
<div class="content text-center">
{{ with .title }}<h3 class="ddd">{{ . }}</h3>{{ end }}
{{ with .content}} <p>{{ . }}</p>{{ end }}
{{ with .content}} <p>{{ . | markdownify }}</p>{{ end }}
</div>
</div>
</div>

読み込み中…
キャンセル
保存