forked from boyska/sito-hackit-17
test siteurl
This commit is contained in:
parent
da43b545cd
commit
585fe43570
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ from __future__ import unicode_literals
|
||||||
AUTHOR = u'Hackmeeting'
|
AUTHOR = u'Hackmeeting'
|
||||||
SITENAME = u'Hackmeeting 0x14'
|
SITENAME = u'Hackmeeting 0x14'
|
||||||
CC_LICENSE = 'by-nc-sa'
|
CC_LICENSE = 'by-nc-sa'
|
||||||
# SITEURL = 'http://hackmeeting.org/hackit17'
|
SITEURL = 'https://lesion.ns0.it/hackit/'
|
||||||
|
|
||||||
PATH = 'content'
|
PATH = 'content'
|
||||||
PAGE_PATHS = ['pages']
|
PAGE_PATHS = ['pages']
|
||||||
|
|
|
@ -9,7 +9,7 @@ body {
|
||||||
font-size: 2.2em;
|
font-size: 2.2em;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
background-image: url(/theme/logo/2.png);
|
background-image: url(theme/logo/2.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 95% 95%;
|
background-position: 95% 95%;
|
||||||
}
|
}
|
||||||
|
@ -26,7 +26,7 @@ a:focus,
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry-content a:hover
|
.entry-content a:hover {
|
||||||
border-bottom: 2px solid;
|
border-bottom: 2px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue