Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
fce5e91938 | |||
b699c43696 | |||
54b2fe11e1 | |||
57c8413738 |
@@ -17,6 +17,6 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: alexohneander-zola
|
- name: alexohneander-zola
|
||||||
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.8
|
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.11
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
@@ -131,7 +131,7 @@
|
|||||||
<meta property="og:site_name" content="{{ config.title }}">
|
<meta property="og:site_name" content="{{ config.title }}">
|
||||||
|
|
||||||
{%- if macros_settings::evaluate_setting_priority(setting="enable_csp", page=page | default(value=""), section=section | default(value=""), default_global_value="true") == "true" -%}
|
{%- if macros_settings::evaluate_setting_priority(setting="enable_csp", page=page | default(value=""), section=section | default(value=""), default_global_value="true") == "true" -%}
|
||||||
{%- include "partials/content_security_policy.html" -%}
|
{# {%- include "partials/content_security_policy.html" -%} #}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
{%- if config.extra.theme_switcher and config.extra.theme_switcher == true -%}
|
{%- if config.extra.theme_switcher and config.extra.theme_switcher == true -%}
|
||||||
@@ -176,4 +176,6 @@
|
|||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
|
{# Analytics Script #}
|
||||||
|
<script defer src="https://analytics.paas.wellcom.rocks/script.js" data-website-id="feaa9394-9ef8-4a5c-8671-884b00e67d7f"></script>
|
||||||
</head>
|
</head>
|
||||||
|
Reference in New Issue
Block a user