1 Commits

3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.66.1
container: ghcr.io/renovatebot/renovate:41.64.4
steps:
- uses: actions/checkout@v4
- run: renovate

View File

@@ -17,6 +17,6 @@ spec:
spec:
containers:
- name: alexohneander-zola
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.11
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.10
ports:
- containerPort: 80

View File

@@ -131,7 +131,7 @@
<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" -%}
{# {%- include "partials/content_security_policy.html" -%} #}
{%- include "partials/content_security_policy.html" -%}
{%- endif -%}
{%- if config.extra.theme_switcher and config.extra.theme_switcher == true -%}