From 58420cf8e1e27b217a3848d41f771d95ef65e0bf Mon Sep 17 00:00:00 2001 From: Yauhen Shulitski Date: Tue, 30 Jan 2018 21:56:22 +0100 Subject: :m: Add favicon --- README.md | 3 +++ layouts/partials/head.html | 1 + 2 files changed, 4 insertions(+) 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 @@ {{ .Site.Title }} + -- cgit v1.2.3