Remove unused argument

main
Bob Mottram 2024-02-07 10:12:03 +00:00
parent 8ec7e56a25
commit 3e0e6d6cde
2 changed files with 2 additions and 4 deletions

View File

@ -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)

View File

@ -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