diff options
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index e387299..f0c2207 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -46,8 +46,10 @@ layout: default {% endif %} {% endfor %} </ul> + {{ page.correct }} </div> + <hr> <div class="post-content e-content" itemprop="articleBody"> {{ content }} </div> |