fixed some bugs

This commit is contained in:
Michael Clemens 2021-07-21 17:19:13 +02:00
parent 876a1d8515
commit 5e0f596eb9
3 changed files with 4 additions and 9 deletions

View File

@ -8,7 +8,7 @@
<title>{{ .Site.Title }}</title>
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
<link rel="stylesheet" href="{{ "css/style.css?14" | relURL }}">
<link rel="stylesheet" href="{{ "css/style.css?15" | relURL }}">
{{ range .Site.Params.customCSS -}}
<link rel="stylesheet" href="{{ . | relURL }}?rnd={{ now.Unix }}">
{{- end }}

View File

@ -4,13 +4,8 @@
<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>qrz.is</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="qrz.is">
<link rel="stylesheet" href="/css/style.css?21">
</head>
<body>
<div class="ascii-art">
@ -18,7 +13,7 @@
</br>
</br>
</br>
<a href="/" style="text-decoration: none; text-align: center;">
<a href="/">
██╗██╗ █████╗ ██╗██╗
██╔╝██║██╔══██╗ ██╔╝██║

View File

@ -32,7 +32,7 @@ nav a{
text-decoration: none;
}
h1 a,h2 a,h3 a{
text-decoration: underline;
text-decoration: none;
}
h1 a:hover,h2 a:hover,h3 a:hover,nav a:hover{
text-decoration: underline;