Compare commits
16 Commits
v0.1.10
...
0939d3c24a
Author | SHA1 | Date | |
---|---|---|---|
0939d3c24a | |||
e6004e0de0 | |||
c69f3e9180 | |||
c118a436a3 | |||
5ff22f0439 | |||
8742e085ff | |||
dc0ae320d9 | |||
f4609e5b26 | |||
7d944f672e | |||
a7038243a5 | |||
8fb5a2a2de | |||
c92ce7fcab | |||
76aab86e80 | |||
c2c0626dac | |||
5488cdbc1e | |||
fce5e91938 |
@@ -10,7 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/renovatebot/renovate:41.62.4
|
container: ghcr.io/renovatebot/renovate:41.81.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: renovate
|
- run: renovate
|
||||||
|
@@ -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.10
|
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.12
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
@@ -67,7 +67,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<iframe src="https://tryhackme.com/api/v2/badges/public-profile?userPublicId=4027495" style='border:none;'></iframe>
|
<iframe src="https://tryhackme.com/api/v2/badges/public-profile?userPublicId=4027495" style="border:none;width: 480px;height: 100px;"></iframe>
|
||||||
</p>
|
</p>
|
||||||
{# Footer menu #}
|
{# Footer menu #}
|
||||||
<nav class="nav-navs">
|
<nav class="nav-navs">
|
||||||
|
@@ -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 -%}
|
||||||
|
Reference in New Issue
Block a user