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

github.com/themefisher/liva-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomrat <monnaf37@gmail.com>2019-12-03 09:55:51 +0300
committersomrat <monnaf37@gmail.com>2019-12-03 09:55:51 +0300
commit5388d37984b153ac3906b5ad920367dd32abfe5c (patch)
tree20a7f222570e3ff4cf1ce36ea8e00866fde6e00c
parentaa94d77004bd69f3fc81bbb2c3a233e9890f5c45 (diff)
modified head and footer
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--layouts/partials/head.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 61c1798..08d353e 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -52,7 +52,7 @@
<ul class="list-unstyled">
{{- range $name, $items := .Site.Taxonomies.categories }}
<li class="mb-3"><a class="text-dark"
- href="{{ "categories/" | relLangURL }}{{ $name | urlize | lower }}">{{ $name | title | humanize }}</a>
+ href="{{ `categories/` | relLangURL }}{{ $name | urlize | lower }}">{{ $name | title | humanize }}</a>
</li>
{{- end }}
</ul>
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 5a7087f..384d15d 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -18,7 +18,7 @@
<link rel="stylesheet" href="{{ $styles.Permalink }}" media="screen">
{{ "<!--Favicon-->" | safeHTML }}
- <link rel="shortcut icon" href="{{ "images/favicon.png" | absURL }} " type="image/x-icon">
- <link rel="icon" href="{{ "images/favicon.png" | absURL }} " type="image/x-icon">
+ <link rel="shortcut icon" href="{{ `images/favicon.png` | absURL }} " type="image/x-icon">
+ <link rel="icon" href="{{ `images/favicon.png` | absURL }} " type="image/x-icon">
</head> \ No newline at end of file