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

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Tam <sere@live.hk>2019-05-19 19:26:09 +0300
committerVincent Tam <sere@live.hk>2019-05-19 19:26:09 +0300
commitf6cd0a8dba6fa5e06b582b62e7c198b6dfb8f30e (patch)
tree2a3b526ad0a6636f322d9fe5404fffab4e512500 /layouts
parent5c367d2574fec4432820f949cf03be1d940b02ef (diff)
Corrigé la fct pour staticman
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html2
-rw-r--r--layouts/partials/staticman-comments.html1
2 files changed, 1 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 3c282f3..c26ad07 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -12,7 +12,7 @@
{{ $basecss := resources.Get "css/style.css" }}
{{ $style := $basecss | resources.Minify }}
<link rel="stylesheet" href="{{ $style.Permalink }}" />
- <link rel="stylesheet" href="{{ "css/icomoon.min.js" | relURL }}" />
+ <link rel="stylesheet" href="{{ "css/icomoon.min.css" | relURL }}" />
{{- block "css" . -}}
{{ end }}
</head>
diff --git a/layouts/partials/staticman-comments.html b/layouts/partials/staticman-comments.html
index 63c029e..2be5b3d 100644
--- a/layouts/partials/staticman-comments.html
+++ b/layouts/partials/staticman-comments.html
@@ -61,7 +61,6 @@
<form id="comment-form" class="js-form form" method="post" action="{{ .Site.Params.staticman.api }}">
<input type="hidden" name="options[slug]" value="{{ replace .RelPermalink "/" "" }}">
- <input type="hidden" name="options[redirect]" value="{{ .Permalink }}">
<input type="hidden" name="options[parent]" value="">
<input type="hidden" name="fields[replyThread]" value="">
<input type="hidden" name="fields[replyID]" value="">