Remove extra line-height on logo, remove SITEURL until we have proper DNS in place
This commit is contained in:
parent
959bdab92b
commit
e5f89b4802
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ sys.path.append(os.curdir)
|
||||||
from pelicanconf import *
|
from pelicanconf import *
|
||||||
|
|
||||||
# If your site is available via HTTPS, make sure SITEURL begins with https://
|
# If your site is available via HTTPS, make sure SITEURL begins with https://
|
||||||
SITEURL = 'https://fossy.us'
|
SITEURL = ''
|
||||||
RELATIVE_URLS = False
|
RELATIVE_URLS = False
|
||||||
|
|
||||||
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
<h2 class="f3 f2-ns lh-solid mt0 mb3">{{ SITESUBTITLE }}</h2>
|
<h2 class="f3 f2-ns lh-solid mt0 mb3">{{ SITESUBTITLE }}</h2>
|
||||||
<h3 class="f4 f4-ns lh-title mv2 mv3-ns">The first Free and Open Source Software Yearly conference</h3>
|
<h3 class="f4 f4-ns lh-title mv2 mv3-ns">The first Free and Open Source Software Yearly conference</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="lh-solid mt4 mt0-ns" style="font-size: 10rem; max-width: 250px;"><img src="{{ SITEURL }}/theme/images/conservancy-logo.svg" style="max-height: 160px" alt="Software Freedom Conservancy"></div>
|
<div class="lh-solid mt4 mt0-ns" style="font-size: 10rem; max-width: 250px;"><img class="db" src="{{ SITEURL }}/theme/images/conservancy-logo.svg" style="max-height: 180px" alt="Software Freedom Conservancy"></div>
|
||||||
</header>
|
</header>
|
||||||
<div class="f6 black-70 bg-washed-yellow lh-copy mw8 pv3 pv4-ns ph3 ph5-ns br4-ns center mb4">
|
<div class="f6 black-70 bg-washed-yellow lh-copy mw8 pv3 pv4-ns ph3 ph5-ns br4-ns center mb4">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue