[5.1.1] Add meta-description tag
This commit is contained in:
parent
6138a8b0f8
commit
35dba3b211
3 changed files with 3 additions and 2 deletions
|
@ -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}
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: tazblog
|
||||
Version: 5.1
|
||||
Version: 5.1.1
|
||||
Synopsis: Tazjin's Blog
|
||||
License: MIT
|
||||
License-file: LICENSE
|
||||
|
|
Loading…
Reference in a new issue