mirror of https://gitlab.com/bashrc2/epicyon
Remove unused argument
parent
8ec7e56a25
commit
3e0e6d6cde
3
blog.py
3
blog.py
|
@ -491,8 +491,7 @@ def html_blog_post(session, authorized: bool,
|
|||
blog_str = html_header_with_blog_markup(css_filename, instance_title,
|
||||
http_prefix, domain_full, nickname,
|
||||
system_language, published,
|
||||
modified,
|
||||
title, snippet, translate, url,
|
||||
modified, title, snippet, url,
|
||||
content_license_url)
|
||||
_html_blog_remove_cw_button(blog_str, translate)
|
||||
|
||||
|
|
|
@ -991,8 +991,7 @@ def html_header_with_blog_markup(css_filename: str, instance_title: str,
|
|||
http_prefix: str, domain: str, nickname: str,
|
||||
system_language: str,
|
||||
published: str, modified: str,
|
||||
title: str, snippet: str,
|
||||
translate: {}, url: str,
|
||||
title: str, snippet: str, url: str,
|
||||
content_license_url: str) -> str:
|
||||
"""html header which includes blog post markup
|
||||
https://schema.org/BlogPosting
|
||||
|
|
Loading…
Reference in New Issue