Merge branch 'master' of https://git.vvvvvvaria.org/mb/bots-as-digital-infrapunctures
This commit is contained in:
commit
a93a5cbf6f
File diff suppressed because one or more lines are too long
@ -21,7 +21,7 @@ TRANSLATION_FEED_ATOM = None
|
||||
AUTHOR_FEED_ATOM = None
|
||||
AUTHOR_FEED_RSS = None
|
||||
|
||||
STATIC_PATHS = ['extra/favicon.ico', 'images']
|
||||
STATIC_PATHS = [ 'extra/favicon.ico', 'images', 'attachments' ]
|
||||
|
||||
THEME = 'themes/default'
|
||||
THEME_STATIC_DIR = 'theme'
|
||||
@ -30,7 +30,7 @@ USE_FOLDER_AS_CATEGORY = True
|
||||
|
||||
DEFAULT_PAGINATION = False
|
||||
|
||||
TEMPLATE_PAGES = {'home.html': 'index.html',}
|
||||
TEMPLATE_PAGES = { 'home.html': 'index.html' }
|
||||
|
||||
# Uncomment following line if you want document-relative URLs when developing
|
||||
RELATIVE_URLS = True
|
||||
|
@ -76,7 +76,7 @@ h1.category{
|
||||
background-color: #ec25ec;
|
||||
color:white;
|
||||
border-radius: 1em;
|
||||
padding: 2em 2em 2.5em 2em;
|
||||
padding: 2em 2em 3em 2em;
|
||||
margin: 2em 0;
|
||||
font-size: 32px;
|
||||
text-align: center;
|
||||
|
Loading…
Reference in New Issue
Block a user