diff options
Diffstat (limited to 'themes/problematic/layouts/_default/single.html')
-rw-r--r-- | themes/problematic/layouts/_default/single.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/problematic/layouts/_default/single.html b/themes/problematic/layouts/_default/single.html index bc7133a..50605d1 100644 --- a/themes/problematic/layouts/_default/single.html +++ b/themes/problematic/layouts/_default/single.html @@ -1,4 +1,11 @@ {{ define "main" }} + +<style type="text/css" media="screen"> + li { + margin-bottom: 1.2em; + } +</style> + <h1 class="title">{{ .Title }}</h1> {{ .Content }} {{ end }} |