mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-03 02:20:52 +00:00
14 lines
283 B
Plaintext
14 lines
283 B
Plaintext
{% set cssFiles = [
|
|
"global",
|
|
"general",
|
|
"content",
|
|
"plugins",
|
|
"components",
|
|
"a11y-syntax-highlighting-dark",
|
|
"pridesymbols",
|
|
"utility"
|
|
] %}
|
|
|
|
{%- for file in cssFiles -%}
|
|
<link rel="stylesheet" href="{{'/assets/css/' + file + '.css'}}">
|
|
{%- endfor -%} |