projects
/
dujemihanovic.xyz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a41a311
)
Add description tag to improve SEO
author
Duje Mihanović
<duje.mihanovic@skole.hr>
Sun, 6 Aug 2023 14:12:07 +0000
(16:12 +0200)
committer
Duje Mihanović
<duje.mihanovic@skole.hr>
Sun, 6 Aug 2023 14:12:07 +0000
(16:12 +0200)
layouts/partials/meta.html
patch
|
blob
|
history
diff --git
a/layouts/partials/meta.html
b/layouts/partials/meta.html
index 7db1290c49753904cccbe888e811c71ef4ff22d3..765d61780370ae81f80db87e683735d8d922ce60 100644
(file)
--- a/
layouts/partials/meta.html
+++ b/
layouts/partials/meta.html
@@
-1,3
+1,4
@@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta name="description" content="Duje Mihanović's personal website">
<title>{{ print .Page.Title }} | {{ print .Site.Title }}</title>