aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/layout.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-08 07:09:59 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-08 07:09:59 +0200
commitef1ed2d9fdddd338aae0cd264f44d853431e1e44 (patch)
treee60e14de734e66785a6f0ae47a30e12eb47033e5 /pyaggr3g470r/templates/layout.html
parentUpdated regex. (diff)
downloadnewspipe-ef1ed2d9fdddd338aae0cd264f44d853431e1e44.tar.gz
newspipe-ef1ed2d9fdddd338aae0cd264f44d853431e1e44.tar.bz2
newspipe-ef1ed2d9fdddd338aae0cd264f44d853431e1e44.zip
Updated meta description tag in layout.html.
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r--pyaggr3g470r/templates/layout.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html
index d0656d32..e1d50745 100644
--- a/pyaggr3g470r/templates/layout.html
+++ b/pyaggr3g470r/templates/layout.html
@@ -4,7 +4,8 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="description" content="pyAggr3g470r" />
+ <meta name="description" content="pyAggr3g470r is a news aggregator with a Web interface based on Flask. It can be
+deployed on Heroku or on a traditional server." />
<meta name="author" content="" />
<title>{% if head_title %}{{ head_title }} - {% endif %}pyAggr3g470r</title>
bgstack15