fix webmentions & css
This commit is contained in:
@@ -31,7 +31,10 @@
|
||||
{#- Add an arbitrary string to the bundle #}
|
||||
{%- css %}/* This is an arbitrary CSS string added to the bundle */{% endcss %}
|
||||
{#- Add the contents of a file to the bundle #}
|
||||
{%- css %}{% include "public/css/index.css" %}{% endcss %}
|
||||
{% css %}{% include "public/css/index.css" %}{% endcss %}
|
||||
{% css %}{% include "public/css/webmentions.css" %}{% endcss %}
|
||||
{% css %}{% include "public/css/message-box.css" %}{% endcss %}
|
||||
{% css %}{% include "public/css/prism-diff.css" %}{% endcss %}
|
||||
{#- Or you can add from node_modules #}
|
||||
{# {%- css %}{% include "node_modules/prismjs/themes/prism-okaidia.css" %}{% endcss %} #}
|
||||
|
||||
|
||||
@@ -27,7 +27,8 @@ layout: layouts/base.njk
|
||||
|
||||
<hyvor-talk-comments website-id="9100" page-id="{{ permalink }}"></hyvor-talk-comments>
|
||||
|
||||
{% include 'webmentionlist.njk' %}
|
||||
{% include 'webmentions.njk' %}
|
||||
|
||||
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
|
||||
Reference in New Issue
Block a user