Remove inline css

This commit is contained in:
Fliegerjohn 2025-01-14 08:16:08 +01:00
parent 9f90f3028e
commit c78ea88d81
Signed by: fliegerjohn
GPG key ID: E2221D5FE4656B6A
3 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,6 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style type=text/css>body{font-family:monospace;}</style>
<title>{{ .Title }}</title>
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}

View file

@ -2,7 +2,7 @@
{{ strings.Repeat ( .Site.Title | len | add 6 ) "=" }}<br>
== <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a> ==<br>
{{ strings.Repeat ( .Site.Title | len | add 6 ) "=" }}
<div style="float: right;">{{ .Site.Params.subtitle }}</div><br>
<div class="subtitle">{{ .Site.Params.subtitle }}</div><br>
<p>
<nav>
<a href="/"><b>Start</b></a>.

View file

@ -9,3 +9,4 @@ article{padding:24px 0}
figcaption {color: #888; font: 12px/1.5 monospace; text-align: center;}
figure {margin: auto}
img {display: block; max-width: 100%; height: auto; margin: auto}
.subtitle {float: right;}