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

github.com/gangjun06/SimpleIntro.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgangjun06 <me@gangjun.dev>2020-08-15 16:02:42 +0300
committergangjun06 <me@gangjun.dev>2020-08-15 16:02:42 +0300
commit6aa5458ed03f794b548c420f12ce74b3b18189e6 (patch)
treea5f67639f84ecd3be2332c3afd0d87b9deb8d06c
parentf46bfa2ee9a7484ef51fd390e81cda52ec0d0ffe (diff)
update favicon.ico
-rw-r--r--layouts/partials/header.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index d64f2fe..e192cc0 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -3,6 +3,8 @@
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/index.css" />
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/navbar.css" />
+<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/navbar.css" />
+<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<script src="https://use.fontawesome.com/releases/v5.14.0/js/all.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/konpa/devicon@master/devicon.min.css">