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

github.com/sudorook/capsule.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsudorook <daemon@nullcodon.com>2021-02-05 23:14:13 +0300
committersudorook <daemon@nullcodon.com>2021-02-05 23:14:13 +0300
commiteff0ef9df2329b04e6fcc708f051c9bfaa219b50 (patch)
tree108a5a49a74a45ba32d5f1f15a523e374402da14
parent39e13da526719beb53d7743284ec01e34e012a31 (diff)
minor text alignment tweaksv0.5.2
-rw-r--r--layouts/partials/footer.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 3ecdd52..c0ca9f8 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -22,7 +22,8 @@
{{- end }}">
<input class="input" type="text" name="q" maxlength="255"
placeholder="{{- i18n "search" }}">
- <input class="input" type="hidden" name="sites" value="{{ .Site.BaseURL }}">
+ <input class="input" type="hidden" name="sites"
+ value="{{ .Site.BaseURL }}">
<span class="icon is-small is-right"><i class="fas fa-search"></i></span>
</form>
</div>
@@ -53,7 +54,8 @@
{{- end }}
{{- end }}
- <a class="button" href="{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}">
+ <a class="button"
+ href="{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink | relLangURL }}{{ end }}">
<span class="icon"><i class="fas fa-rss"></i></span>
</a>