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

github.com/siegerts/hugo-theme-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head_includes.html')
-rw-r--r--layouts/partials/head_includes.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
new file mode 100644
index 0000000..21cd58c
--- /dev/null
+++ b/layouts/partials/head_includes.html
@@ -0,0 +1,11 @@
+<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"
+/>