gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch master updated: revert back to 400 until the extraction doe


From: gnunet
Subject: [www] branch master updated: revert back to 400 until the extraction does properly strip out html.
Date: Mon, 11 Nov 2019 21:46:45 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new f585e21  revert back to 400 until the extraction does properly strip 
out html.
f585e21 is described below

commit f585e21148867dcaee6b81ddec588d1af90dfc3c
Author: ng0 <address@hidden>
AuthorDate: Mon Nov 11 20:43:25 2019 +0000

    revert back to 400 until the extraction does properly strip out html.
---
 template.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template.py b/template.py
index dc98251..e2a689b 100755
--- a/template.py
+++ b/template.py
@@ -271,7 +271,7 @@ def main():
     conf=yaml.load(site_configfile)
 
     for item in conf["newsposts"]:
-        item['abstract'] = abstract_news(item['page'], 800)
+        item['abstract'] = abstract_news(item['page'], 300)
     print("generating template")
     generate_site("template", conf)
     print("generating news")

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]