diff options
| author | seth <[email protected]> | 2023-04-12 03:31:07 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-12 03:31:07 -0400 |
| commit | caf0c93527851809a05c949af9832614dd3434e9 (patch) | |
| tree | db6f55a298bb4e066da8b421eb900c41ffa6d60d /src/_includes | |
| parent | fe6ff7509f4fadd2cd8301c28c033af335c2d3be (diff) | |
feat: powered by nix
thanks @sakecode
Diffstat (limited to 'src/_includes')
| -rw-r--r-- | src/_includes/components/footer.njk | 2 | ||||
| -rw-r--r-- | src/_includes/components/headerbar.njk | 2 | ||||
| -rw-r--r-- | src/_includes/components/postlist.njk | 2 | ||||
| -rw-r--r-- | src/_includes/layouts/base.njk | 2 | ||||
| -rw-r--r-- | src/_includes/layouts/index.njk | 12 | ||||
| -rw-r--r-- | src/_includes/layouts/page.njk | 2 |
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> |
