Compare commits
18 Commits
v0.1.4
...
889bc8504d
| Author | SHA1 | Date | |
|---|---|---|---|
| 889bc8504d | |||
| 683c75eea9 | |||
| 86cdc2460b | |||
| 21e8d78c8d | |||
| 3a50613ad7 | |||
|
|
7065dddbbc | ||
| 2dfd6fa90e | |||
| d5e75150e5 | |||
| c7edb2d9ee | |||
| 04a9e2c5dd | |||
| 59ede31b3b | |||
| 3d4d919a58 | |||
| bd8f38068c | |||
| f808387425 | |||
| 83cd9fe624 | |||
| 8dbc18d72d | |||
| 4d47f5d289 | |||
| ea4694cdc6 |
@@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/renovatebot/renovate:39.207.2
|
||||
container: ghcr.io/renovatebot/renovate:40.34.2
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: renovate
|
||||
|
||||
@@ -17,6 +17,6 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: alexohneander-zola
|
||||
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.3
|
||||
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.4
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
{%- set blank_target = "" -%}
|
||||
{%- endif -%}
|
||||
|
||||
<footer>
|
||||
<footer>
|
||||
<section>
|
||||
<nav class="socials nav-navs">
|
||||
{%- if config.extra.socials or config.extra.email %}
|
||||
@@ -66,6 +66,9 @@
|
||||
{% endif %}
|
||||
</nav>
|
||||
|
||||
<p align="center">
|
||||
<iframe src="https://tryhackme.com/api/v2/badges/public-profile?userPublicId=4027495" style='border:none;'></iframe>
|
||||
</p>
|
||||
{# Footer menu #}
|
||||
<nav class="nav-navs">
|
||||
{%- if config.extra.footer_menu %}
|
||||
|
||||
Reference in New Issue
Block a user