diff options
| author | Michal Idziorek <m.i@gmx.at> | 2022-05-21 10:41:20 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2022-05-21 10:41:20 +0200 |
| commit | 6df490840e9023bd4052fa0f73b8d5c1053b4872 (patch) | |
| tree | a8e2e10412b7c47401e3ec92f5b619e587bfcfa4 /template.html | |
| parent | 938b4932f62b32d8c57f51f7edd1541ea67cc053 (diff) | |
minor fixes and bump year
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/template.html b/template.html index ee55b7a..8b0ff75 100644 --- a/template.html +++ b/template.html @@ -12,17 +12,13 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- font --> - <link href='//fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'> + <link href='https:://fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'> <!-- css --> <link rel="stylesheet" href="###ROOT###/css/normalize.css"> <link rel="stylesheet" href="###ROOT###/css/skeleton.css"> <link rel="stylesheet" href="###ROOT###/css/custom.css"> - <link rel="stylesheet" href="./00_css/normalize.css"> - <link rel="stylesheet" href="./00_css/skeleton.css"> - <link rel="stylesheet" href="./00_css/custom.css"> - <link rel="stylesheet" href="###ROOT###/pandoc.css" /> <link rel="stylesheet" href="###ROOT###/asciinema-player.css" /> @@ -57,7 +53,7 @@ </ul> </nav> <footer> - © 1994-2019 | powered by <a href="https://www.idziorek.net/blog/Haskell/Estatico-Page-Maker/">estático</a> + © 1994-2021 | powered by <a href="https://www.idziorek.net/blog/Haskell/Estatico-Page-Maker/">estático</a> </footer> </div> |
