summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCamil Staps2019-06-30 14:03:04 +0200
committerCamil Staps2019-06-30 14:03:04 +0200
commitadd90b24003b06e3e258d67d8b5e2e33dbe38a9f (patch)
tree1f351cb5ccf207dc48b12fb4d11742624372d956
parentRemove unnecessary capitals (diff)
Add description meta tag
-rw-r--r--resources/pug/finals/index.pug3
-rw-r--r--resources/pug/include/head.pug2
2 files changed, 5 insertions, 0 deletions
diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug
index da9e6b2..5fe64ca 100644
--- a/resources/pug/finals/index.pug
+++ b/resources/pug/finals/index.pug
@@ -1,5 +1,8 @@
extends /layout.pug
+block extra_head
+ meta(name='description', content='Student Software Science and Hebrew and Aramaic Studies')
+
block content
img#profile(alt="Camil Staps", style="float:left;", src="/assets/img/profile-300x300.png", width="170")
div#basicinfo
diff --git a/resources/pug/include/head.pug b/resources/pug/include/head.pug
index 7099c24..837e985 100644
--- a/resources/pug/include/head.pug
+++ b/resources/pug/include/head.pug
@@ -8,3 +8,5 @@ meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='viewport', content='width=device-width, initial-scale=1')
link(rel='stylesheet', href='/assets/css/style.css', type='text/css')
+
+block extra_head