[5.1.1] Add meta-description tag

This commit is contained in:
Vincent Ambo 2015-11-23 16:36:42 +01:00
parent 6138a8b0f8
commit 35dba3b211
3 changed files with 3 additions and 2 deletions

View file

@ -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}

View file

@ -8,7 +8,7 @@ import Network.URI
data BlogError = NotFound | UnknownError
version = "5.1"
version = "5.1.1"
blogTitle :: BlogLang -> Text -> Text
blogTitle DE s = T.concat ["Tazjins blog", s]

View file

@ -1,5 +1,5 @@
Name: tazblog
Version: 5.1
Version: 5.1.1
Synopsis: Tazjin's Blog
License: MIT
License-file: LICENSE