diff --git a/example/_includes/layouts/base.njk b/example/_includes/layouts/base.njk index efaf686..f4bd71b 100644 --- a/example/_includes/layouts/base.njk +++ b/example/_includes/layouts/base.njk @@ -1,35 +1,36 @@ - - - - {{ title or metadata.title }} - - - {#- Atom and JSON feeds included by default #} - - - - {#- Add an arbitrary string to the bundle #} - {%- css %}* { box-sizing: border-box; }{% endcss %} - {#- Add the contents of a file to the bundle #} - {%- css %}{% include "public/css/index.css" %}{% endcss %} - {#- Or add from node_modules #} - {# {%- css %}{% include "node_modules/prismjs/themes/prism-okaidia.css" %}{% endcss %} #} - - {#- Render the CSS bundle using Inlined CSS (for the fastest site performance in production) #} - - {#- Renders the CSS bundle using a separate file, if you can't set CSP directive style-src: 'unsafe-inline' #} - {#- #} - - -

#happenings

-
- {{ content | safe }} -
- - - - - - + + + + {{ title or metadata.title }} + {#- Atom and JSON feeds included by default #} + + {#- Add an arbitrary string to the bundle #} + {%- css %}* { box-sizing: border-box; }{% endcss %} + {#- Add the contents of a file to the bundle #} + {%- css %}{% include "public/css/index.css" %}{% endcss %} + {#- Or add from node_modules #} + {# {%- css %}{% include "node_modules/prismjs/themes/prism-okaidia.css" %}{% endcss %} #} + {#- Render the CSS bundle using Inlined CSS (for the fastest site performance in production) #} + {#- Renders the CSS bundle using a separate file, if you can't set CSP directive style-src: 'unsafe-inline' #} + {#- #} + + +

#happenings

+
+ {{ content | safe }} +
+ + + + + + \ No newline at end of file