Fix the look #15

This commit is contained in:
koirand 2019-03-24 01:59:56 +09:00
parent 6fcaa6cbe4
commit 8c3dd6f325
3 changed files with 367 additions and 516 deletions

View file

@ -4,7 +4,7 @@
<!-- date -->
<p class="date">{{ .Date.Format .Site.Params.singlePageDateFormat }}</p>
<!-- content -->
<div class="markdown-body">
<div id="contentBody">
{{ .Content }}
</div>
{{ partial "footer.html" . }}