Rename customCSSSheet variable to customCSSSheets
This commit is contained in:
parent
2d4671d8ea
commit
9b1ba9b571
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
customCSSSheet: ["asummersend"]
|
||||
customCSSSheets: ["asummersend"]
|
||||
---
|
||||
|
||||
{% extends "global/baselayout.njk" %}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
customCSSSheet: ["cassettebeasts"]
|
||||
customCSSSheets: ["cassettebeasts"]
|
||||
---
|
||||
|
||||
{% extends "global/baselayout.njk" %}
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
|
||||
{# CSS #}
|
||||
{% include "global/css-bundle.njk" %}
|
||||
{% if customCSSSheet %}
|
||||
{%- for sheet in customCSSSheet -%}
|
||||
{% if customCSSSheets %}
|
||||
{%- for sheet in customCSSSheets -%}
|
||||
<link rel="stylesheet" href="{{'/assets/css/' + sheet + '.css' | url | safe}}">
|
||||
{%- endfor -%}
|
||||
{% endif %}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
customCSSSheet: ["starwarskotor"]
|
||||
customCSSSheets: ["starwarskotor"]
|
||||
---
|
||||
|
||||
{% extends "global/baselayout.njk" %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Guestbook
|
||||
customCSSSheet: ["svgIconControl", "comments"]
|
||||
customCSSSheets: ["svgIconControl", "comments"]
|
||||
customJSFiles: ["svgIconControl", "googleSheetsReaderGizmo", "comments"]
|
||||
eleventyNavigation:
|
||||
key: Guestbook
|
||||
|
|
Loading…
Reference in New Issue