mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
30.07.2020 df233d76408c3750c2fc20856d40d8f76d4f384a
🗂 Fixes wrong links in footnotes

Closes #26
2 files modified
3 ■■■■ changed files
assets/css/style.css 2 ●●●●● patch | view | raw | blame | history
layouts/partials/head.html 1 ●●●● patch | view | raw | blame | history
assets/css/style.css
@@ -9,6 +9,7 @@
  --pre-bg-color: #f9f9fd;
  --nav-text-color:#5a5a5a;
  --tag-color: #424242;
  scroll-padding-top: 100px;
}
html[data-theme='dark'] {
@@ -49,6 +50,7 @@
  text-decoration: none;
}
.category {
  padding: 4px 6px;
  border-radius: 3px;
layouts/partials/head.html
@@ -10,7 +10,6 @@
    <link rel="stylesheet" href="{{ . | absURL }}" type="text/css">
    {{- end }}
    <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
    <base href="{{ .Site.BaseURL }}">
    <!-- Favicons -->
    <link rel="shortcut icon" href="{{ .Site.Params.favicon | absURL }}favicon.ico" type="image/x-icon">
    <link rel="apple-touch-icon" sizes="180x180" href="{{ .Site.Params.favicon | absURL }}apple-touch-icon.png">