diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/problematic/layouts/_default/single.html | 2 | ||||
-rw-r--r-- | themes/problematic/layouts/partials/header.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/themes/problematic/layouts/_default/single.html b/themes/problematic/layouts/_default/single.html index 17b274b..bc7133a 100644 --- a/themes/problematic/layouts/_default/single.html +++ b/themes/problematic/layouts/_default/single.html @@ -1,4 +1,4 @@ {{ define "main" }} -<h1>{{ .Title }}</h1> +<h1 class="title">{{ .Title }}</h1> {{ .Content }} {{ end }} diff --git a/themes/problematic/layouts/partials/header.html b/themes/problematic/layouts/partials/header.html index a9a7b2a..24e94ec 100644 --- a/themes/problematic/layouts/partials/header.html +++ b/themes/problematic/layouts/partials/header.html @@ -5,4 +5,5 @@ {{ .Pre }}<a href="{{ .URL }}" title="{{ .Title }}">{{- .Name -}}</a> {{ .Post }} {{- end }} </nav> + <hr class="new1"> </header> |