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

igregori
26.40.2020 19381194a5cb8b89cc86b01ccb08250270b203db
Code clean up and help comment in config.toml
2 files modified
6 ■■■■ changed files
exampleSite/config.toml 1 ●●●● patch | view | raw | blame | history
layouts/partials/head.html 5 ●●●● patch | view | raw | blame | history
exampleSite/config.toml
@@ -33,6 +33,7 @@
use = "katex"  # options: "katex", "mathjax". default is "katex".
## Social links
# use 'fab' when brand icons, use 'fas' when standard solid icons.
[[params.socialIcons]]
icon = "fab fa-linkedin"
title = "Linkedin"
layouts/partials/head.html
@@ -26,7 +26,10 @@
          crossorigin="anonymous"
          type="text/css">
    {{- end -}}
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
    <link rel="stylesheet"
    href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
    integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
    crossorigin="anonymous" />
    <!-- Favicons -->
    <link rel="shortcut icon" href="{{ .Site.Params.favicon | absURL }}favicon.ico" type="image/x-icon">