summaryrefslogtreecommitdiffstats
path: root/themes/problematic
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-19 06:36:27 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-19 06:36:27 +0100
commit3f05e1e592ba91fccc06b745f0b31a10ab2a1391 (patch)
tree936f5fb836cc756cb7de461674f5556fed331a5f /themes/problematic
parent3a362ab91b53dac61c5337d15cab587a9331d11d (diff)
added downloadable roboto font and change styling
Diffstat (limited to 'themes/problematic')
-rw-r--r--themes/problematic/layouts/_default/single.html2
-rw-r--r--themes/problematic/layouts/partials/header.html1
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>