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

github.com/azmelanar/hugo-theme-pixyll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmytro Slupytskyi <dslupytskyi@gmail.com>2018-10-07 14:46:39 +0300
committerDmytro Slupytskyi <dslupytskyi@gmail.com>2018-10-07 14:46:39 +0300
commit3466e8fb08ed9cf1f8929c07d152668f23a6cb2e (patch)
treea65223eb33a7dd636528c1db845b2b9cb9794a8e
parentd9b96519b1fde1304253644d7f3d679c4cb1ccbb (diff)
add tipuesearch styles for search bar
-rw-r--r--layouts/partials/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 77c77fe..823d2ae 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -25,6 +25,7 @@
<link rel='stylesheet' type='text/css' href='//fonts.googleapis.com/css?family=Lato:900,300'> -->
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/css/combined-min.css">
+ <link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/tipuesearch/tipuesearch.css">
</head>
<body class="">