2 Commits

Author SHA1 Message Date
3a50613ad7 templates/partials/footer.html aktualisiert
Some checks failed
renovate / renovate (push) Failing after -10s
Build and Deploy / Build-Container-Image (push) Successful in 11s
2025-04-23 08:56:12 +00:00
Alex Wellnitz
7065dddbbc feat: Update footer.html template with new social media link and TryHackMe badge
Some checks failed
Build and Deploy / Build-Container-Image (push) Successful in 10s
renovate / renovate (push) Failing after -9s
2025-04-01 21:36:11 +02:00

View File

@@ -8,7 +8,7 @@
{%- set blank_target = "" -%} {%- set blank_target = "" -%}
{%- endif -%} {%- endif -%}
<footer> <footer>
<section> <section>
<nav class="socials nav-navs"> <nav class="socials nav-navs">
{%- if config.extra.socials or config.extra.email %} {%- if config.extra.socials or config.extra.email %}
@@ -66,6 +66,9 @@
{% endif %} {% endif %}
</nav> </nav>
<p align="center">
<iframe src="https://tryhackme.com/api/v2/badges/public-profile?userPublicId=4027495" style='border:none;'></iframe>
</p>
{# Footer menu #} {# Footer menu #}
<nav class="nav-navs"> <nav class="nav-navs">
{%- if config.extra.footer_menu %} {%- if config.extra.footer_menu %}