mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
up stats speed
This commit is contained in:
parent
55b33285f7
commit
6f2844fb0c
2 changed files with 3 additions and 2 deletions
|
@ -177,7 +177,8 @@ if generate_linkings_json :
|
|||
'title': title,
|
||||
'next': None,
|
||||
'previous': None,
|
||||
'last_html_build': last_html_build
|
||||
'last_html_build': last_html_build,
|
||||
'last_gemini_build': last_gemini_build,
|
||||
'org_content': content, # Contenu Org original
|
||||
'html_content_without_h1': re.sub(r'<h1>.*?</h1>', '', html_content), # Contenu HTML converti sans le titre de premier niveau
|
||||
'html_content': html_content # Contenu HTML converti
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue