diff options
author | Huy-Ngo <duchuy29092000@gmail.com> | 2021-01-12 21:41:38 +0700 |
---|---|---|
committer | Huy-Ngo <duchuy29092000@gmail.com> | 2021-01-12 21:41:38 +0700 |
commit | 8dfee7bae74b8c016795d2deea7b4c67f61639bd (patch) | |
tree | a6b56687cb7a343621416ca657cb3322dfe3b535 /_layouts/post.html | |
parent | 02a68d92ca7179b0736bc0d82601503306f88983 (diff) | |
download | blog-8dfee7bae74b8c016795d2deea7b4c67f61639bd.tar.gz |
Add invitation for correction
Diffstat (limited to '_layouts/post.html')
-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> |