From e422d3078060e0a5d90c2ef3947b8e45f1f2a0d9 Mon Sep 17 00:00:00 2001
From: nk <98922449+LoKiToon@users.noreply.github.com>
Date: Fri, 29 Aug 2025 11:19:55 +0300
Subject: [PATCH] Remove {{ path }} stuff, move OTL logo to content folder
---
_includes/layouts/base.njk | 8 ++++----
{public => content}/otomata_labs.svg | 0
css/index.css | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
rename {public => content}/otomata_labs.svg (100%)
diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk
index 1102be5..98cdb6f 100644
--- a/_includes/layouts/base.njk
+++ b/_includes/layouts/base.njk
@@ -3,13 +3,13 @@
-
+
{{ title or metadata.title }}
-
-
+
+ {#- #}
{#- Uncomment this if you’d like folks to know that you used Eleventy to build your site! #}
{#- #}
@@ -47,7 +47,7 @@
Skip to main content
-
+
{#- Read more about `eleventy-navigation` at https://www.11ty.dev/docs/plugins/navigation/ #}
diff --git a/public/otomata_labs.svg b/content/otomata_labs.svg
similarity index 100%
rename from public/otomata_labs.svg
rename to content/otomata_labs.svg
diff --git a/css/index.css b/css/index.css
index 919a22e..ca429b6 100644
--- a/css/index.css
+++ b/css/index.css
@@ -1,6 +1,6 @@
@font-face{
font-family: "Mister Twiggs W01 Heavy";
- src: url("{{ path }}/MisterTwiggsHeavy.woff2") format("woff2");
+ src: url("/MisterTwiggsHeavy.woff2") format("woff2");
font-weight: normal;
font-style: normal;
font-display: fallback;