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 %} #}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user