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

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonic182 <johander1822@gmail.com>2022-04-02 00:28:13 +0300
committersonic182 <johander1822@gmail.com>2022-04-02 13:04:46 +0300
commitfd19e4981bea9aa61a2fe6a5c5ceeb80bd49f749 (patch)
treef6cb5b802bc8ec27e1cdcb16440ac18779cdf784
parentd19515cf851c83c2e37f2aaa3c2fd64ed19afa14 (diff)
fix another link...
-rw-r--r--layouts/_default/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 5800159..1deb064 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,6 +1,6 @@
{{ define "head" }}
<meta name="description" content="{{ .Title }} of {{ .Site.Title }}">
-<link rel="stylesheet" href="/css/list.css" media="all">
+<link rel="stylesheet" href="{{ .Site.Params.Statics }}/css/list.css" media="all">
{{ end }}
{{ define "title" }}
@@ -36,4 +36,4 @@
</div>
</div>
</div>
-{{ end }} \ No newline at end of file
+{{ end }}