Compare commits
No commits in common. "master" and "zen_browser__is_it_the_new_browser_for_me" have entirely different histories.
master
...
zen_browse
Binary file not shown.
|
Before 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://blog.aridgwayweb.com/images/Tech-Desktop-Wallpaper-35697.jpg'
|
||||
HEADER_COVER = 'https://wallpaperaccess.com/full/3239444.jpg'
|
||||
TIMEZONE = 'Australia/Brisbane'
|
||||
COLOR_SCHEME_CSS = 'tomorrow.css'
|
||||
DEFAULT_LANG = 'en'
|
||||
|
||||
Binary file not shown.
|
Before 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.png')">
|
||||
<header class="intro-header" style="background-image: url('{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/post-bg.jpg')">
|
||||
{% endif %}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user