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

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvjeantet <valere.jeantet@gmail.com>2020-09-23 23:39:42 +0300
committervjeantet <valere.jeantet@gmail.com>2020-09-23 23:39:42 +0300
commitd1f32ddaf9f51b037f8221460cfba10bdcd2e141 (patch)
tree03e27aedc0caedccb2b679d49fb4d5ab92da5fd4 /layouts/shortcodes/notice.html
parentee1a0501f9841ea3719dbde8dd542f25982cc826 (diff)
add checklist kind of pages
Diffstat (limited to 'layouts/shortcodes/notice.html')
-rw-r--r--layouts/shortcodes/notice.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/notice.html b/layouts/shortcodes/notice.html
index ea71ace..d2038dd 100644
--- a/layouts/shortcodes/notice.html
+++ b/layouts/shortcodes/notice.html
@@ -1,5 +1,5 @@
{{ $_hugo_config := `{ "version": 1 }` }}
-<link rel="stylesheet" type="text/css" href='{{ (resources.Get "sass/shortcodes/notice.scss" | toCSS).Permalink }}'>
+
<div class="notices {{ with .Get 0 -}}{{.}}{{else}}primary{{end}}">
{{with .Params}}
{{- if len $.Params | eq 2 -}}