diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 15:25:40 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 15:25:40 +0100 |
commit | 61b773f06952c66bad5f1f12fb8fc30d6582e86a (patch) | |
tree | e729441255caad48a5d087bc663475e39f5e81a0 | |
parent | 9654dff700669a30c96c229fd3a4d2582582e675 (diff) |
fixed header sizes
-rw-r--r-- | content/blog/cats/cat_kills/index.md | 8 | ||||
-rw-r--r-- | themes/problematic/layouts/_default/single.html | 2 | ||||
-rw-r--r-- | themes/problematic/layouts/partials/header.html | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/content/blog/cats/cat_kills/index.md b/content/blog/cats/cat_kills/index.md index f6e68a6..4f540fd 100644 --- a/content/blog/cats/cat_kills/index.md +++ b/content/blog/cats/cat_kills/index.md @@ -18,7 +18,7 @@ Here then is a simple list of slaughtered fauna for 2021. I have decided to resume updating this. Best way to do it is to include a new table for 2022. As of 17 July 2022, I've missed about two hundred kills this year, but what the hell - no time like the present. -Chris Packham - if you're reading this, you're right. Locking the cats out at night *does* result in a higher kill-rate. It's less hassle for us but more hassle for the birds. Lesson learned, but we're not doing anything about it yet. Let's watch the numbers. +Chris Packham - if you're reading this, you're right. Locking the cats out at night *does* result in a higher kill-rate. Less hassle for us but more hassle for the birds. Lesson learned. <table> <colgroup> @@ -31,7 +31,7 @@ Chris Packham - if you're reading this, you're right. Locking the cats out at ni <col span="1" style="width: 40%;"> </colgroup> <thead> - <tr class="header"> + <tr class="header" style="background-color: lightgray;"> <th>Date</th> <th>Super species</th> <th>Specific species</th> @@ -58,7 +58,7 @@ Chris Packham - if you're reading this, you're right. Locking the cats out at ni <td>Alive</td> <td>NA</td> <td>NA</td> - <td>No remains upon waking this morning but a shrew trotted into the living room at about 8am, remarkably unaffected by its unwilling invitation into the house. The cats eventually coalesced around it's hidy-hole before being locked out, unimpressed. Eventually we trapped the little guy under a plant pot and released him into the blistering heat and the verge opposite the front of the house.</td> + <td>No remains this morning but a shrew trotted into the living room at about 8am having been carried in by someone's murderous jaws at some point during the night. Eventually we trapped it under a plant pot and released it out the front. Shrews make a lot of noise when stressed!</td> </tr> <tr> <td>17 July 2022</td> @@ -90,7 +90,7 @@ suspect we're not seeing the victims...</em></p> <col style="width:40%"> </colgroup> <thead> - <tr class="header"> + <tr class="header" style="background-color: lightgray;"> <th>Date</th> <th>Super species</th> <th>Specific species</th> diff --git a/themes/problematic/layouts/_default/single.html b/themes/problematic/layouts/_default/single.html index 50605d1..4142125 100644 --- a/themes/problematic/layouts/_default/single.html +++ b/themes/problematic/layouts/_default/single.html @@ -6,6 +6,6 @@ } </style> -<h1 class="title">{{ .Title }}</h1> +<h2 class="title">{{ .Title }}</h2> {{ .Content }} {{ end }} diff --git a/themes/problematic/layouts/partials/header.html b/themes/problematic/layouts/partials/header.html index 24e94ec..9a2fffa 100644 --- a/themes/problematic/layouts/partials/header.html +++ b/themes/problematic/layouts/partials/header.html @@ -1,5 +1,5 @@ <header id="banner"> - <h2><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h2> + <h1><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h1> <nav> {{ range .Site.Menus.main.ByWeight -}} {{ .Pre }}<a href="{{ .URL }}" title="{{ .Title }}">{{- .Name -}}</a> {{ .Post }} |