feat: Update footer.html template with new social media link and TryHackMe badge
This commit is contained in:
parent
d5e75150e5
commit
7065dddbbc
@ -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,11 @@
|
||||
{% endif %}
|
||||
</nav>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://tryhackme.com/p/captnnemo">
|
||||
<img src="https://tryhackme-badges.s3.amazonaws.com/captnnemo.png" alt="TryHackMe Badge">
|
||||
</a>
|
||||
</p>
|
||||
{# Footer menu #}
|
||||
<nav class="nav-navs">
|
||||
{%- if config.extra.footer_menu %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user