diff options
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/header.gmi | 2 | ||||
-rw-r--r-- | layouts/partials/header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.gmi b/layouts/partials/header.gmi index c25735c..072ffae 100644 --- a/layouts/partials/header.gmi +++ b/layouts/partials/header.gmi @@ -1,3 +1,3 @@ ```nicksphere logo -{{ readFile "/content/templates/logo.txt" | safeHTML }} +{{ readFile "templates/logo.txt" | safeHTML }} ```
\ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index c1084d6..2379d84 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,3 +1,3 @@ <header class="logo"> - <pre class="logo__text">{{ readFile "/content/templates/logo.txt" }}</pre> + <pre class="logo__text">{{ readFile "templates/logo.txt" }}</pre> </header>
\ No newline at end of file |