chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d1269e
)
theme: properly expand links in landing page.
author
Vladimír Vondruš
<mosra@centrum.cz>
Wed, 18 Oct 2017 12:52:22 +0000
(14:52 +0200)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Sun, 22 Oct 2017 13:35:13 +0000
(15:35 +0200)
pelican-theme/templates/page.html
patch
|
blob
|
history
diff --git
a/pelican-theme/templates/page.html
b/pelican-theme/templates/page.html
index d516dd61951f59d5c0e05eac7abd232443307bb4..9c4af49989eeb9b34894bc9b18e67f7b16b15577 100644
(file)
--- a/
pelican-theme/templates/page.html
+++ b/
pelican-theme/templates/page.html
@@
-42,7
+42,7
@@
<div id="m-landing-image"{% if page.cover %} style="background-image: url('{{ page.cover|expand_link(page) }}');"{% endif %}>
<div id="m-landing-cover">
<div class="m-container">
- {{ page.landing }}
+ {{ page.landing
|expand_links(page)
}}
</div>
</div>
</div>