Path to shared assets was shortened.
This commit is contained in:
parent
cdf917a558
commit
0be910bd10
@ -3,7 +3,7 @@
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('RobotoCondensed'), local('RobotoCondensed-Regular'),
|
||||
url(/shared/assets/fonts/RobotoCondensed-Regular.ttf); }
|
||||
url(/shared/fonts/RobotoCondensed-Regular.ttf); }
|
||||
|
||||
:root {
|
||||
--background-color: #0a0a0a;
|
||||
|
@ -239,15 +239,15 @@ block content
|
||||
p In case you found my site anyhow useful and would like to add me to your links page here are the banners for you.
|
||||
div.grid.banners
|
||||
figure
|
||||
img(src="/shared/assets/img/banner_88x31.gif" alt="Light banner 88x31")
|
||||
img(src="/shared/img/banner_88x31.gif" alt="Light banner 88x31")
|
||||
figure
|
||||
img(src="/shared/assets/img/banner_240x60.gif" alt="Light banner 240x60")
|
||||
img(src="/shared/img/banner_240x60.gif" alt="Light banner 240x60")
|
||||
p And theirs dark counterparts are also available.
|
||||
div.grid.banners
|
||||
figure
|
||||
img(src="/shared/assets/img/banner_dark_88x31.gif" alt="Dark banner 88x31")
|
||||
img(src="/shared/img/banner_dark_88x31.gif" alt="Dark banner 88x31")
|
||||
figure
|
||||
img(src="/shared/assets/img/banner_dark_240x60.gif" alt="Dark banner 240x60")
|
||||
img(src="/shared/img/banner_dark_240x60.gif" alt="Dark banner 240x60")
|
||||
section#privacy-statements
|
||||
h2 Privacy statements
|
||||
p I respect your privacy as my own, and now I got rid of any JavaScript code, and now theme is switched based on your OS's preference using media query.
|
||||
|
@ -7,7 +7,7 @@ html(lang='en')
|
||||
meta(name='viewport' content='width=device-width, initial-scale=1.0')
|
||||
meta(name='theme-color' content='#cd2682')
|
||||
meta(name='description' content=description)
|
||||
link(rel='icon' href='/shared/assets/img/favicon.svg' sizes='any' type='image/svg+xml')
|
||||
link(rel='icon' href='/shared/img/favicon.svg' sizes='any' type='image/svg+xml')
|
||||
link(rel='alternate' href='rss.xml' type='application/rss+xml' title='Arav\'s dwelling')
|
||||
link(href='/assets/css/main.css' rel='stylesheet')
|
||||
block head
|
||||
|
Loading…
Reference in New Issue
Block a user