summaryrefslogtreecommitdiff
path: root/src/_includes
diff options
context:
space:
mode:
Diffstat (limited to 'src/_includes')
-rw-r--r--src/_includes/components/footer.njk2
-rw-r--r--src/_includes/components/headerbar.njk2
-rw-r--r--src/_includes/components/postlist.njk2
-rw-r--r--src/_includes/layouts/base.njk2
-rw-r--r--src/_includes/layouts/index.njk12
-rw-r--r--src/_includes/layouts/page.njk2
6 files changed, 15 insertions, 7 deletions
diff --git a/src/_includes/components/footer.njk b/src/_includes/components/footer.njk
index d34e2e7..f9aacaa 100644
--- a/src/_includes/components/footer.njk
+++ b/src/_includes/components/footer.njk
@@ -3,4 +3,4 @@
<a href="https://github.com/getchoo/getchoo.github.io">source</a>
commit: {{ gitRevision }}
</div>
-</footer> \ No newline at end of file
+</footer>
diff --git a/src/_includes/components/headerbar.njk b/src/_includes/components/headerbar.njk
index 54ea25a..21fa357 100644
--- a/src/_includes/components/headerbar.njk
+++ b/src/_includes/components/headerbar.njk
@@ -10,4 +10,4 @@
github
</button>
</div>
-</div> \ No newline at end of file
+</div>
diff --git a/src/_includes/components/postlist.njk b/src/_includes/components/postlist.njk
index 66a4337..d1fdb22 100644
--- a/src/_includes/components/postlist.njk
+++ b/src/_includes/components/postlist.njk
@@ -11,4 +11,4 @@
<p>no posts yet! 🥸</p>
{% endfor %}
</ul>
-</div> \ No newline at end of file
+</div>
diff --git a/src/_includes/layouts/base.njk b/src/_includes/layouts/base.njk
index 42e03ba..027dae0 100644
--- a/src/_includes/layouts/base.njk
+++ b/src/_includes/layouts/base.njk
@@ -21,4 +21,4 @@
{% include "components/footer.njk" %}
{% endblock %}
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/src/_includes/layouts/index.njk b/src/_includes/layouts/index.njk
index 7bf9545..6eb1fe7 100644
--- a/src/_includes/layouts/index.njk
+++ b/src/_includes/layouts/index.njk
@@ -10,7 +10,14 @@ layout: "layouts/base.njk"
<div id="gif">
<img src="/imgs/gifs/legalize.gif" width="88" height="31" loading="lazy" decoding="async" alt="legalize now!"/>
<img src="/imgs/gifs/acab.gif" width="88" height="31" loading="lazy" decoding="async" alt="acab"/>
- <img src="/imgs/gifs/poweredbyfedora.gif" width="88" height="31" loading="lazy" decoding="async" alt="powered by fedora"/>
+ <a href="https://github.com/sakecode">
+ <!--
+ Powered by NixOS © 2023 by Sake is licensed under (CC BY-NC-SA 4.0)
+ To view the source visit: https://github.com/sakecode/Sake-s-SVGs
+ To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/
+ -->
+ <img src="/imgs/gifs/poweredbynix.svg" width="88" height="31" loading="lazy" decoding="async" alt="powered by fedora"/>
+ </a>
<img src="/imgs/gifs/capitalism.gif" width="88" height="31" loading="lazy" decoding="async" alt="let's crush capitalism!"/>
</div>
<div id="gif">
@@ -37,4 +44,5 @@ layout: "layouts/base.njk"
<img src="/imgs/gifs/chris.gif" width="88" height="31" loading="lazy" decoding="async" alt="chris troll" id="chris_gif"/>
</div>
</div>
-</div> \ No newline at end of file
+</div>
+
diff --git a/src/_includes/layouts/page.njk b/src/_includes/layouts/page.njk
index 19fe21a..76eaa35 100644
--- a/src/_includes/layouts/page.njk
+++ b/src/_includes/layouts/page.njk
@@ -6,4 +6,4 @@ layout: layouts/base.njk
<div class="content">
{{ content | safe }}
</div>
-</div> \ No newline at end of file
+</div>