forked from github/pelican
feat: fancy subtitle, more whitespace between footer elements
This commit is contained in:
parent
f8ca328568
commit
e663b95c9e
3 changed files with 224 additions and 19 deletions
|
|
@ -112,5 +112,25 @@
|
|||
</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="p-3">
|
||||
<p>
|
||||
<script>
|
||||
var remark_config = {
|
||||
host: 'https://ceres.fly.dev',
|
||||
site_id: 'lugh.ch',
|
||||
components: ['embed', 'last-comments'],
|
||||
max_shown_comments: 15,
|
||||
max_last_comments: 15,
|
||||
theme: 'dark',
|
||||
locale: 'en',
|
||||
show_email_subscription: false,
|
||||
simple_view: true,
|
||||
no_footer: true
|
||||
}
|
||||
</script>
|
||||
<script>!function(e,n){for(var o=0;o<e.length;o++){var r=n.createElement("script"),c=".js",d=n.head||n.body;"noModule"in r?(r.type="module",c=".mjs"):r.async=!0,r.defer=!0,r.src=remark_config.host+"/web/"+e[o]+c,d.appendChild(r)}}(remark_config.components||["embed"],document);</script>
|
||||
<div id="remark42"></div>
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue