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,
|
blog_str = html_header_with_blog_markup(css_filename, instance_title,
|
||||||
http_prefix, domain_full, nickname,
|
http_prefix, domain_full, nickname,
|
||||||
system_language, published,
|
system_language, published,
|
||||||
modified,
|
modified, title, snippet, url,
|
||||||
title, snippet, translate, url,
|
|
||||||
content_license_url)
|
content_license_url)
|
||||||
_html_blog_remove_cw_button(blog_str, translate)
|
_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,
|
http_prefix: str, domain: str, nickname: str,
|
||||||
system_language: str,
|
system_language: str,
|
||||||
published: str, modified: str,
|
published: str, modified: str,
|
||||||
title: str, snippet: str,
|
title: str, snippet: str, url: str,
|
||||||
translate: {}, url: str,
|
|
||||||
content_license_url: str) -> str:
|
content_license_url: str) -> str:
|
||||||
"""html header which includes blog post markup
|
"""html header which includes blog post markup
|
||||||
https://schema.org/BlogPosting
|
https://schema.org/BlogPosting
|
||||||
|
|
Loading…
Reference in New Issue