refactor(article): split article.html into header, content and footer partials

This commit is contained in:
Jimmy Cai
2020-08-24 19:27:51 +02:00
parent 28e4e01fae
commit e120f3ae18
4 changed files with 74 additions and 71 deletions
@@ -0,0 +1,3 @@
<section class="article-content">
{{ .Content }}
</section>