aboutsummaryrefslogtreecommitdiff
path: root/_layouts/slides.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-04-12 14:06:23 -0300
committerEuAndreh <eu@euandre.org>2022-04-12 14:06:23 -0300
commitb29a2ca64a3d0536986693b6ad54b7aea8be7330 (patch)
treef4f06a2ef5fa9b5e16013cd08117a75f5d223e7c /_layouts/slides.html
parent_config.yml: Explicitly include .well-known/ directory (diff)
downloadeuandre.org-b29a2ca64a3d0536986693b6ad54b7aea8be7330.tar.gz
euandre.org-b29a2ca64a3d0536986693b6ad54b7aea8be7330.tar.xz
Rename favicon to lord-favicon
Diffstat (limited to '_layouts/slides.html')
-rw-r--r--_layouts/slides.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/slides.html b/_layouts/slides.html
index 1cc5cc5..7fb0953 100644
--- a/_layouts/slides.html
+++ b/_layouts/slides.html
@@ -2,7 +2,7 @@
<html lang="{{ page.lang }}">
<head>
<meta charset="UTF-8">
- <link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
+ <link rel="icon" type="image/svg+xml" href="/static/lord-favicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="alternate" type="application/atom+xml" href="{{ site.t.slides.feed.url[page.lang] | absolute_url }}" hreflang="{{ page.lang}}" title="{{ site.t.slides.feed.title[page.lang] }}" />