Skip to content
Snippets Groups Projects
Commit eb9b7c90 authored by Nikos Roussos's avatar Nikos Roussos
Browse files

Fix opengraph

parent 25d10934
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -110,6 +110,7 @@ def generate_posts():
author=cfg['author'],
sitename=cfg['sitename'],
license=cfg['license'],
rooturl=cfg['rooturl'],
logo=cfg['logo'],
content=content,
images=images,
Loading
Loading
@@ -200,7 +201,7 @@ def generate_feeds(posts, tag_set):
author=cfg['author'],
rooturl=cfg['rooturl'],
tagtitle=' - {0}'.format(tag),
updated=updated
updated=updated
)
tagpath = path.join('tag', tag)
try:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment