diff options
| -rw-r--r-- | index.md | 8 | ||||
| -rw-r--r-- | template.html | 8 |
2 files changed, 6 insertions, 10 deletions
@@ -3,10 +3,10 @@ ###>>>TITLE Michal Idziorek Highlights ========== -Browse my [blog](/blog) or jump directly to some currently featured content. +Browse my [blog](./blog) or jump directly to some currently featured content. -* [Fool OS](/blog/Fool-Operating-System) -* [Haskelling](/blog/Haskell) +* [Fool OS](./blog/Fool-Operating-System) +* [Haskelling](./blog/Haskell) Michal Idziorek =============== @@ -45,7 +45,7 @@ of subjects and hosts a random selection of works and projects. Keep in mind, that this website is under sustained construction with more content scheduled to follow. -Just browse the [blog](/blog) to find out more. +Just browse the [blog](./blog) to find out more. <!-- CV 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> |
