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

github.com/progrhyme/hugo-theme-bootie-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/header.html1
-rw-r--r--static/css/site.css4
2 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 3432669..abc6e8a 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -13,6 +13,7 @@
<link rel="stylesheet" href="{{ $baseUrl }}/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="{{ $baseUrl }}/css/theme.css">
<link rel="stylesheet" href="{{ $baseUrl }}/css/bootie-docs.css">
+ <link rel="stylesheet" href="{{ $baseUrl }}/css/site.css">
</head>
<body role="document">
diff --git a/static/css/site.css b/static/css/site.css
new file mode 100644
index 0000000..e0f2dd4
--- /dev/null
+++ b/static/css/site.css
@@ -0,0 +1,4 @@
+/*
+ * You can add styles to customize UI for your own site
+ * into CSS file: static/css/site.css
+ */