aboutsummaryrefslogtreecommitdiff
path: root/template/_meta.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-10-27 21:27:43 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-10-27 21:27:43 +0200
commitebb0a18da78d97cb5ba156f46e6fb29041b38b0b (patch)
tree2b4bb759fa1ad4833050d856b377d60c8af61310 /template/_meta.html
parentff3e805fd10aab28ad4dde5144ba7b84cf186312 (diff)
downloadmitjafelicijan.com-ebb0a18da78d97cb5ba156f46e6fb29041b38b0b.tar.gz
Added theme color
Diffstat (limited to 'template/_meta.html')
-rwxr-xr-xtemplate/_meta.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/_meta.html b/template/_meta.html
index a85c913..4d8494f 100755
--- a/template/_meta.html
+++ b/template/_meta.html
@@ -3,6 +3,8 @@
3<meta name="viewport" content="width=device-width, initial-scale=1.0"> 3<meta name="viewport" content="width=device-width, initial-scale=1.0">
4<meta http-equiv="X-UA-Compatible" content="ie=edge"> 4<meta http-equiv="X-UA-Compatible" content="ie=edge">
5 5
6<meta name="theme-color" content="#ffffff">
7
6<link rel="stylesheet" href="/style.css?v=2021-10-07-3"> 8<link rel="stylesheet" href="/style.css?v=2021-10-07-3">
7 9
8<link rel="alternate" type="application/rss+xml" href="/feed.rss"> 10<link rel="alternate" type="application/rss+xml" href="/feed.rss">