diff options
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index fe036d2..758edf9 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -93,7 +93,7 @@ layout: default <p class="p-category" style="display: none">{{tag}}</p> {% endfor %} - <div class="e-content" style="color: black">{{content}}</div> + <div class="e-content">{{content}}</div> <p> <svg |