about summary refs log tree commit diff
path: root/src/Blog.hs
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2015-11-23T15·36+0100
committerVincent Ambo <tazjin@gmail.com>2015-11-23T15·36+0100
commit35dba3b2114248dabe23a3ad2a177b4de909994f (patch)
treea0439f7448ad4fbb9bbace9ec9e01daa5fbf32b3 /src/Blog.hs
parent6138a8b0f8bd57c8793e8cfd1ee0da5d76a472d6 (diff)
[5.1.1] Add meta-description tag
Diffstat (limited to 'src/Blog.hs')
-rw-r--r--src/Blog.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Blog.hs b/src/Blog.hs
index ee87cf8d5f..f35e3d9080 100644
--- a/src/Blog.hs
+++ b/src/Blog.hs
@@ -29,6 +29,7 @@ $doctype 5
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content=#{blogTitle lang t_append}>
     <link rel="stylesheet" type="text/css" href="/static/blog.css" media="all">
     <link rel="alternate" type="application/rss+xml" title="RSS-Feed" href=#{rssUrl}>
     <title>#{blogTitle lang t_append}