Added social media links, resolved #6

This commit is contained in:
Sijisu
2019-11-09 19:38:41 +01:00
parent b5013b5817
commit 9920806264
3 changed files with 26 additions and 4 deletions
+9 -1
View File
@@ -147,6 +147,14 @@ $primary: #0b2a37;
color: white;
}
}
.social {
a {
color: white;
&:hover {
color: #73A0E7;
}
}
}
}
.author-media {
margin-bottom: 15px;
@@ -283,4 +291,4 @@ h2 a {
}
}
}
// /Custom styles
// /Custom styles
@@ -7,6 +7,7 @@
<link rel="icon" href="{{ $favicon.Permalink }}" type="image/ico">
{{ block "css" . -}}
<link rel="stylesheet" href="https://unpkg.com/firacode@1.206.0/distr/fira_code.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" integrity="sha256-+N4/V/SbAFiW1MPBCXnfnP9QSN3+Keu+NlB+0ev/YKQ=" crossorigin="anonymous" />
{{ partial "sass.html" "css/main.scss" }}
<meta name="theme-color" content="#0b2a37">
{{- end }}