update template to use png
Some checks failed
Build and Push Image / Build and push image (push) Has been cancelled
Some checks failed
Build and Push Image / Build and push image (push) Has been cancelled
This commit is contained in:
parent
b19d7c9128
commit
32fb9709a0
@ -33,7 +33,7 @@
|
||||
{% if article.header_cover %}
|
||||
<header class="intro-header" style="background-image: url('{{ article.header_cover }}')">
|
||||
{% else %}
|
||||
<header class="intro-header" style="background-image: url('{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/post-bg.jpg')">
|
||||
<header class="intro-header" style="background-image: url('{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/post-bg.png')">
|
||||
{% endif %}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user