mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
✨ feat: add link to commit history on updated articles (#109)
This commit is contained in:
parent
0884370138
commit
0e3a4af49b
5 changed files with 58 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
{% import "macros/format_date.html" as macros_format_date %}
|
||||
{% import "macros/add_comments.html" as macros_add_comments %}
|
||||
{% import "macros/table_of_contents.html" as macros_toc %}
|
||||
{% import "macros/create_history_url.html" as macros_create_history_url %}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ lang }}" {% if config.extra.default_theme -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue