diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-01-02 14:51:46 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-01-02 16:21:05 +0200 |
| commit | 0e0701cb3baf603e1773194031ab37ec779dd8ff (patch) | |
| tree | 1e289a76f7f5f4788769d1ba6dc2e74decb0f9af /templates/page.html | |
| parent | 25cf78720efb544c0c2516d1a4137035878b6a2e (diff) | |
Improvements
Diffstat (limited to 'templates/page.html')
| -rw-r--r-- | templates/page.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/page.html b/templates/page.html index c6be731..6c288d1 100644 --- a/templates/page.html +++ b/templates/page.html @@ -10,8 +10,7 @@ <small>[{{ page.extra.kind }}]</small> </h1> -{{ page.content | replace(from="<!-- toc -->", to=macros::toc(page=page)) | safe -}} +{{ page.content | replace(from="<!-- toc -->", to=macros::toc(page=page)) | safe }} <nav class="post-nav" aria-label="Post navigation"> {% if page.higher %} |
