Added and internalized Pico theme for customization
This commit is contained in:
parent
8e7f72ce8b
commit
8c90bb2dfc
71 changed files with 4587 additions and 0 deletions
7
themes/pico/templates/comments.html
Normal file
7
themes/pico/templates/comments.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
{% if page.extra.show_comments %}
|
||||
<div class="row">
|
||||
<div class="col-2"></div>
|
||||
<div class="col-8" id="giscusWidget">
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue