summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-27 17:03:49 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-27 17:03:49 +0100
commit3f42cd4b93133398c9157e3e7d714671a8863a85 (patch)
treefa9d12bf57d1c0ffa250699317d26f2df6ed2bcd
parentdc2d0ed8b85f0e5753ae421c46ac0e16bc70707b (diff)
downloadmksite-alpine-3f42cd4b93133398c9157e3e7d714671a8863a85.tar.bz2
mksite-alpine-3f42cd4b93133398c9157e3e7d714671a8863a85.tar.xz
add favicon
-rw-r--r--_default.template.html2
-rw-r--r--_static/alpine-logo.icobin0 -> 4286 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/_default.template.html b/_default.template.html
index 88e1154..0400936 100644
--- a/_default.template.html
+++ b/_default.template.html
@@ -6,6 +6,8 @@
<title>{{title}} | Alpine Linux</title>
<link rel="stylesheet" type="text/css" href="/styles.css"/>
<link rel="stylesheet" type="text/css" href="/font.css"/>
+ <link rel="shortcut icon" href="/alpine-logo.ico" />
+
</head>
<body>
<header>
diff --git a/_static/alpine-logo.ico b/_static/alpine-logo.ico
new file mode 100644
index 0000000..471bba3
--- /dev/null
+++ b/_static/alpine-logo.ico
Binary files differ