summaryrefslogtreecommitdiff
path: root/pyssg.xyz/plt/body_header.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-12-13 00:11:16 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-12-13 00:11:16 -0600
commitdb4b3736d4f45137a733ce5eb1e50aec968ca1d2 (patch)
treea68b12886c8fbf9952c19a4f3cc7f819a6913bfe /pyssg.xyz/plt/body_header.html
parentca643e729e585d4077c0e84de97a020d04bf551a (diff)
update pyssg.xyz site files
Diffstat (limited to 'pyssg.xyz/plt/body_header.html')
-rw-r--r--pyssg.xyz/plt/body_header.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/pyssg.xyz/plt/body_header.html b/pyssg.xyz/plt/body_header.html
new file mode 100644
index 0000000..9b38511
--- /dev/null
+++ b/pyssg.xyz/plt/body_header.html
@@ -0,0 +1,21 @@
+{%macro print(config)%}
+<nav>
+ <ul>
+ <li>
+ <a href="{{config['url']['main']}}"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
+ </li>
+
+ <li><i class="fab fa-git" alt="Git"></i><span>Git</span>
+ <ul>
+ <li><a href="https://git.luevano.xyz/" target="_blank"><i class="fab fa-git-alt" alt="Git-alt"></i></a></li>
+
+ <li><a href="https://github.com/luevano" target="_blank"><i class="fab fa-github" alt="Github"></i></a></li>
+
+ <li><a href="https://gitlab.com/dluevano" target="_blank"><i class="fab fa-gitlab" alt="Gitlab"></i></a></li>
+ </ul>
+ </li>
+ </ul>
+</nav>
+
+<button class="theme-switcher" onclick="toggleTheme()"><i class="fas fa-moon"></i><i class="fas fa-sun"></i></button>
+{%endmacro%} \ No newline at end of file