mirror of
https://github.com/tylernguyen/wiki.git
synced 2025-02-05 08:23:14 -06:00
24 lines
885 B
HTML
24 lines
885 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" %}
|
|
|
|
{% block extrahead %}
|
|
|
|
<!-- NOTE Preload web fonts -->
|
|
<link rel="preload" href="/assets/font/BerkeleyMonoVariable/BerkeleyMonoVariable-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
|
<link rel="preload" href="/assets/font/BerkeleyMonoVariable/BerkeleyMonoVariable-Italic.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
|
|
|
{% endblock %}
|
|
|
|
<!-- 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 %}
|