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

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2019-02-26 23:42:03 +0300
committerZachary Betz <zwbetz@gmail.com>2019-02-26 23:42:03 +0300
commitcc4172aaa7c293feb831e2f22cfe7712a1e06532 (patch)
tree7f18d33491164f8cb92d691a87e21c38df5f681b
parentafa1a675bf020fa66f63a0364d200c30760c3999 (diff)
Fix border class
-rw-r--r--layouts/shortcodes/border.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/border.html b/layouts/shortcodes/border.html
index 6446f3c..46177bd 100644
--- a/layouts/shortcodes/border.html
+++ b/layouts/shortcodes/border.html
@@ -7,7 +7,7 @@
{{ else if eq $arg "dashed thick" }}
{{ $class = "border-dashed border-thick" }}
{{ else if eq $arg "dotted thick" }}
- {{ $class = "border-dashed border-thick" }}
+ {{ $class = "border-dotted border-thick" }}
{{ end }}
<div class="child-borders">