Welcome to mirror list, hosted at ThFree Co, Russian Federation.

head_includes.html « partials « layouts - github.com/siegerts/hugo-theme-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c4e09f49b08596537cbfcdc7a654205ebe6cf7f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<link
  rel="stylesheet"
  href="https://unpkg.com/tachyons@4.10.0/css/tachyons.min.css"
/>

<link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css" />

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/highlightjs@9.12.0/styles/github-gist.css"
/>

{{ template "_internal/google_analytics_async.html" . }}