Path to shared assets was shortened.
This commit is contained in:
parent
cdf917a558
commit
0be910bd10
@ -3,7 +3,7 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local('RobotoCondensed'), local('RobotoCondensed-Regular'),
|
src: local('RobotoCondensed'), local('RobotoCondensed-Regular'),
|
||||||
url(/shared/assets/fonts/RobotoCondensed-Regular.ttf); }
|
url(/shared/fonts/RobotoCondensed-Regular.ttf); }
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--background-color: #0a0a0a;
|
--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.
|
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
|
div.grid.banners
|
||||||
figure
|
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
|
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.
|
p And theirs dark counterparts are also available.
|
||||||
div.grid.banners
|
div.grid.banners
|
||||||
figure
|
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
|
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
|
section#privacy-statements
|
||||||
h2 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.
|
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='viewport' content='width=device-width, initial-scale=1.0')
|
||||||
meta(name='theme-color' content='#cd2682')
|
meta(name='theme-color' content='#cd2682')
|
||||||
meta(name='description' content=description)
|
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(rel='alternate' href='rss.xml' type='application/rss+xml' title='Arav\'s dwelling')
|
||||||
link(href='/assets/css/main.css' rel='stylesheet')
|
link(href='/assets/css/main.css' rel='stylesheet')
|
||||||
block head
|
block head
|
||||||
|
Loading…
Reference in New Issue
Block a user