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:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index c5951ce..20d4a9d 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -2,17 +2,17 @@
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
<head>
{{ partial "head.html" . }}
- <script src="/js/single-text-align.js"></script>
+ <script src="{{ .Site.BaseURL }}js/single-text-align.js"></script>
</head>
<body>
<div class="wrapper">
<div class="top-nav">
<img src="{{ .Site.BaseURL }}{{ .Site.Params.logo }}">
- <h3><a href="{{ .Site.Params.button_3 }}" rel="me">{{ .Site.Title }}</a></h3>
+ <h3><a href="{{ .Site.BaseURL }}{{ .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>
- <a href="{{ .Site.Params.button_3 }}" rel="me">About</a>
+ <a href="{{ .Site.BaseURL }}{{ .Site.Params.button_1 }}">Home</a>
+ <a href="{{ .Site.BaseURL }}{{ .Site.Params.button_2 }}">Playground</a>
+ <a href="{{ .Site.BaseURL }}{{ .Site.Params.button_3 }}" rel="me">About</a>
<text>·</text>
<a href="{{if .PrevInSection }}{{.PrevInSection.Permalink}}{{ else }}javascript:void(0);{{ end }}"
{{if not .PrevInSection }} style="color: gray !important; cursor: not-allowed;" {{ end }}>Prev</a>
@@ -33,7 +33,7 @@
</div>
</div>
<div class="article-meta-inf">
- <a href="/about/" rel="me">by {{ .Site.Author.name }} </a>
+ <a href="{{ .Site.BaseURL }}{{ .Site.Params.button_3 }}" rel="me">by {{ .Site.Author.name }} </a>
<text> &nbsp; · &nbsp; {{ .Date.Format "2006-01-02" }}</text>
<text> &nbsp; · &nbsp; {{ .ReadingTime }} minutes reading time</text>
<a href="javascript:void(0);">{{ partial "left.svg" . }}</a>