Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Juelg <djuelg@gmx.de>2016-05-10 12:09:58 +0300
committerDominik Juelg <djuelg@gmx.de>2016-05-10 12:09:58 +0300
commitd302c2996d719c74a14d3d9156abb2aa4b62659d (patch)
tree443fdb14fd536c1d8540b8c48b6cc7e2893ae18b
parentff8d8cb67fa1524b5966295109038fb22bfa7eb0 (diff)
improved top nav
-rw-r--r--README.md2
-rw-r--r--themes/dj_blog/layouts/_default/single.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9ad5b00..acd795a 100644
--- a/README.md
+++ b/README.md
@@ -31,5 +31,5 @@ Special thanks goes to Freepik, Daniel Bruce and Plainicon from [www.flaticon.co
Furthermore I would like to thank [CrimsonRay](https://github.com/CrimsonRay), the creator of the slender-Theme. He inspired me to make my own theme and I reused some of his code.
# TODO:
-- Durchsichtige Kreis Hitboxen in SVG integrieren
+- title-screen mit JS skalieren
- Ordnerstruktur verschieben \ No newline at end of file
diff --git a/themes/dj_blog/layouts/_default/single.html b/themes/dj_blog/layouts/_default/single.html
index 47c2c07..bb2c513 100644
--- a/themes/dj_blog/layouts/_default/single.html
+++ b/themes/dj_blog/layouts/_default/single.html
@@ -8,7 +8,7 @@
<div class="wrapper">
<div class="top-nav">
<img src="{{ .Site.Params.logo }}">
- <h3>{{ .Site.Title }}</h3>
+ <h3><a href="{{ .Site.Params.button_3 }}" rel="me">{{ .Site.Title }}</a></h3>
<text>ยท</text>
<a href="{{ .Site.Params.button_1 }}">Home</a>
<a href="{{ .Site.Params.button_2 }}">Playground</a>