add weiyangx home

This commit is contained in:
hillerliao
2020-04-13 15:30:53 +08:00
parent 2027fd8c5a
commit 58e93a9e21
2 changed files with 16 additions and 4 deletions

View File

@@ -23,9 +23,9 @@ def ctx():
posts = json.loads(posts)
items = list(map(parse, posts))
return {
'title': f'快讯 - 未央网',
'description': f'快讯 - 未央网',
'link': f'{domain}/category/express',
'title': f'首页 - 未央网',
'description': f'首页推荐栏目 - 未央网',
'link': f'{domain}',
'author': f'hillerliao',
'items': items
}