fixing the dropcap display
[theme-danix.xyz.git] / layouts / shortcodes / dropcap.html
index 25a2e1f..778d37a 100644 (file)
@@ -9,6 +9,6 @@
        * 
        */}}
 
-<p class="has-drop-cap" {{ if .Get "class"}}class="{{ with .Get "class"}}{{.}}{{ end }}"{{end}}>
+<p class="has-dropcap {{ with .Get "class"}}{{.}}{{ end }}">
        {{ .Inner }}
 </p>
\ No newline at end of file