mirror of
https://github.com/tylernguyen/wiki.git
synced 2025-02-05 08:23:14 -06:00
16 lines
510 B
HTML
16 lines
510 B
HTML
<!-- LINK Inherits https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/main.html
|
|
MIT License: Copyright (c) 2016-2024 Martin Donath <martin.donath@squidfunk.com>
|
|
-->
|
|
|
|
{% extends "base.html" %}
|
|
|
|
<!-- ANCHOR Announcement Bar -->
|
|
{% block announce %}
|
|
Follow me on
|
|
<span class="twemoji mastodon">
|
|
{% include ".icons/fontawesome/brands/mastodon.svg" %}
|
|
</span>
|
|
<a rel="me" href="https://tylernguyen.social/@tylernguyen">
|
|
<strong>Mastodon</strong>
|
|
</a>
|
|
{% endblock %}
|