summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/_default/list.html2
-rw-r--r--layouts/_default/single.html2
-rw-r--r--layouts/projects/single.html4
3 files changed, 4 insertions, 4 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 8f648dd..f18b449 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,6 +1,6 @@
{{partial "header.tmpl" .}}
<div class="row">
- <header><p><a href="{{$.Site.BaseURL}}" class="black-link header-link" title="go back">journal</a></p></header>
+ <header><p><a href="{{$.Site.BaseURL}}" class="black-link header-link" title="go back">snippets</a></p></header>
</div>
{{ range .Data.Pages }}
<div class="container journal content">
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 6f53645..6ac900a 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -12,7 +12,7 @@
</div>
<div class="row center">
<p class="twelve columns" style="margin-top: 20px">
- <a class="button" href="../" title="back to index">back to journal</a>
+ <a class="button" href="../" title="back to index">back to snippets</a>
</p>
</div>
{{partial "footer.tmpl"}}
diff --git a/layouts/projects/single.html b/layouts/projects/single.html
index 8f7db35..8b92906 100644
--- a/layouts/projects/single.html
+++ b/layouts/projects/single.html
@@ -15,9 +15,9 @@
<a href="https://images.iamfabulous.de" title="images">images</a><br>
<a href="https://scribble.iamfabulous.de" title="scribble">scribble</a><br>
<!--a href="https://uhttpd.iamfabulous.de" title="uhttpd">uhttpd</a><br-->
- <a href="{{$.Site.BaseURL}}uhttpd/" title="µhttpd">µhttpd</a><br>
+ <!--a href="{{$.Site.BaseURL}}uhttpd/" title="µhttpd">µhttpd</a><br-->
<!--a href="https://ifconfig.iamfabulous.de" title="your ip">your ip</a><br-->
- <a href="{{$.Site.BaseURL}}journal/my-ip" title="your ip">your ip</a><br>
+ <a href="{{$.Site.BaseURL}}snippets/my-ip" title="your ip">your ip</a><br>
<a href="https://bitch.iamfabulous.de" title="bitch">bitch</a><br>
<a href="https://jungegemeinde.iamfabulous.de" title="junge gemeinde">jg</a>
</div>