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

github.com/jsnjack/kraiklyn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYauhen Shulitski <jsnjack@gmail.com>2018-01-30 23:56:22 +0300
committerYauhen Shulitski <jsnjack@gmail.com>2018-01-30 23:56:22 +0300
commit58420cf8e1e27b217a3848d41f771d95ef65e0bf (patch)
tree6f42d86c567fc615225293248326bed5e3453308
parentba5f75a3d95e67bf1f0a26ca8d9bee7f4359b8bc (diff)
:m: Add favicon
-rw-r--r--README.md3
-rw-r--r--layouts/partials/head.html1
2 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 589f7ce..0e3b568 100644
--- a/README.md
+++ b/README.md
@@ -56,3 +56,6 @@ name = "Javascript API"
url = "https://docs.surfly.com/javascript.html"
weight = 20
```
+
+## Add favicon
+Put `favicon.ico` inside `static` folder
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 6d69727..e67b5b0 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -8,6 +8,7 @@
<title>{{ .Site.Title }}</title>
+ <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/styles.css">
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />