aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-01-24 01:53:59 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-01-24 01:53:59 +0100
commit44e0b5db134dde3aa33438004e3165134f3a3b5a (patch)
tree03985ac47a25d1b57164fa6edda7c0e04397cc69 /template
parent0ea3462e3f5787a3814c67a19532e495ebc0fc0c (diff)
downloadmitjafelicijan.com-44e0b5db134dde3aa33438004e3165134f3a3b5a.tar.gz
Added png favicon
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/_meta.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/_meta.html b/template/_meta.html
index 69ad5fe..4741672 100755
--- a/template/_meta.html
+++ b/template/_meta.html
@@ -6,4 +6,6 @@
6<link rel="stylesheet" href="/style.css"> 6<link rel="stylesheet" href="/style.css">
7 7
8<link rel="alternate" type="application/rss+xml" href="/feed.rss"> 8<link rel="alternate" type="application/rss+xml" href="/feed.rss">
9<link rel="alternate" type="application/feed+json" href="/feed.json"> \ No newline at end of file 9<link rel="alternate" type="application/feed+json" href="/feed.json">
10
11<link rel="icon" href="/assets/general/favicon.png" type="image/png">