Compare commits
6 Commits
zen_browse
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 0cf39e41e9 | |||
| 32fb9709a0 | |||
| b19d7c9128 | |||
| 8f36777a6c | |||
| fa14853363 | |||
| 976dc6698b |
BIN
src/content/images/Tech-Desktop-Wallpaper-35697.jpg
Normal file
BIN
src/content/images/Tech-Desktop-Wallpaper-35697.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 324 KiB |
@ -6,7 +6,7 @@ SITENAME = "Andrew Ridgway's Blog"
|
||||
SITEURL = 'https://blog.aridgwayweb.com'
|
||||
THEME = 'themes/cleanblog'
|
||||
PATH = 'content'
|
||||
HEADER_COVER = 'https://wallpaperaccess.com/full/3239444.jpg'
|
||||
HEADER_COVER = 'https://blog.aridgwayweb.com/images/Tech-Desktop-Wallpaper-35697.jpg'
|
||||
TIMEZONE = 'Australia/Brisbane'
|
||||
COLOR_SCHEME_CSS = 'tomorrow.css'
|
||||
DEFAULT_LANG = 'en'
|
||||
|
||||
BIN
src/themes/cleanblog/static/images/post-bg.png
Normal file
BIN
src/themes/cleanblog/static/images/post-bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 MiB |
@ -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