test siteurl

This commit is contained in:
lesion 2017-01-10 13:47:50 +01:00
parent da43b545cd
commit 585fe43570
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ from __future__ import unicode_literals
AUTHOR = u'Hackmeeting'
SITENAME = u'Hackmeeting 0x14'
CC_LICENSE = 'by-nc-sa'
# SITEURL = 'http://hackmeeting.org/hackit17'
SITEURL = 'https://lesion.ns0.it/hackit/'
PATH = 'content'
PAGE_PATHS = ['pages']

View file

@ -9,7 +9,7 @@ body {
font-size: 2.2em;
height: 100%;
background-image: url(/theme/logo/2.png);
background-image: url(theme/logo/2.png);
background-repeat: no-repeat;
background-position: 95% 95%;
}
@ -26,7 +26,7 @@ a:focus,
border-bottom: none;
}
.entry-content a:hover
.entry-content a:hover {
border-bottom: 2px solid;
}