Skip to content

Commit

Permalink
Merge pull request #288 from Hacking-the-Cloud/update_banner
Browse files Browse the repository at this point in the history
Updated the banner to add Mastodon
  • Loading branch information
Frichetten authored Sep 24, 2023
2 parents a7b7b72 + a3beaac commit a7470c1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{% extends "base.html" %}

{% block announce %}
<a href="https://twitter.com/Frichette_n" style="color:white">
For updates follow <strong>@frichette_n</strong> on
For updates follow <strong>@frichette_n</strong> on
<a rel="me" href="https://fosstodon.org/@frichetten/">
<span class="twemoji mastodon">
{% include ".icons/fontawesome/brands/mastodon.svg" %}
</span>
<strong>Fosstodon</strong>
</a>
and
<a href="https://twitter.com/frichette_n">
<span class="twemoji twitter">
{% include ".icons/fontawesome/brands/twitter.svg" %}
</span>
<strong>Twitter</strong>
</a>
<a hidden disabled rel="me" href="https://infosec.exchange/@hackingthecloud">Mastodon</a>
{% endblock %}

{% block content %}
Expand Down

0 comments on commit a7470c1

Please sign in to comment.