summaryrefslogtreecommitdiff
path: root/pyssg.xyz/plt/body_header.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-12-13 20:44:08 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-12-13 20:44:08 -0600
commitabc0de079b895af1b705894eb2b63596e3e37274 (patch)
treec51d24dce55da8d9b227cbac6c2ef64a59d8e9dc /pyssg.xyz/plt/body_header.html
parentdb4b3736d4f45137a733ce5eb1e50aec968ca1d2 (diff)
add pyssg.xyz configs and templates
Diffstat (limited to 'pyssg.xyz/plt/body_header.html')
-rw-r--r--pyssg.xyz/plt/body_header.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/pyssg.xyz/plt/body_header.html b/pyssg.xyz/plt/body_header.html
deleted file mode 100644
index 9b38511..0000000
--- a/pyssg.xyz/plt/body_header.html
+++ /dev/null
@@ -1,21 +0,0 @@
-{%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