mirror of https://gitlab.com/bashrc2/epicyon
blog property name
parent
75ba7e3f5b
commit
e9471d1df3
5
blog.py
5
blog.py
|
@ -946,4 +946,7 @@ def path_contains_blog_link(base_dir: str,
|
|||
def get_blog_address(actor_json: {}) -> str:
|
||||
"""Returns blog address for the given actor
|
||||
"""
|
||||
return get_actor_property_url(actor_json, 'Blog')
|
||||
result = get_actor_property_url(actor_json, 'Blog')
|
||||
if not result:
|
||||
result = get_actor_property_url(actor_json, 'My Blog')
|
||||
return result
|
||||
|
|
Loading…
Reference in New Issue