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

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortosi <tosi16@gmail.com>2021-03-29 16:49:21 +0300
committerGitHub <noreply@github.com>2021-03-29 16:49:21 +0300
commitff0218f6b66d50bfeead9a4c29f3313a5ec04b7d (patch)
treedd77977ea254b42819ea94604c4188751a43254f
parent8992c60c20743c8e1c74acfa40f85dc445c99cd3 (diff)
parente5d837843fb0a10eeb7a1524df9629efbffbf060 (diff)
Merge pull request #15 from rkarsnk/favicon
favicon対応
-rw-r--r--layouts/partials/head.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index eba5873..fe62a4f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -17,6 +17,9 @@
padding: 0 !important;
}
</style>
+ {{ if (fileExists "static/favicon.ico") -}}
+ <link rel='icon' href="/favicon.ico" />
+ {{- end }}
<link rel='stylesheet' href='{{ "css/style.css" | relURL }}' type='text/css' media='all' />
<link rel='stylesheet' href='{{ "css/custom.css" | relURL }}' type='text/css' media='all' />
<link rel='stylesheet' href='{{ "css/syntax.css" | relURL }}' type='text/css' media='all' />