Lots of style fixes - the kind-specific feeds and the permalink pages now look great

This commit is contained in:
Danielle McLean 2017-10-25 12:46:04 +11:00
parent 2b6691f8a5
commit 172f0d4753
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
7 changed files with 47 additions and 15 deletions

View file

@ -1,7 +1,5 @@
from .base import *
ALLOWED_HOSTS = ['*']
STATIC_URL = 'https://static.00dani.dev/'
MEDIA_URL = STATIC_URL + 'media/'
META_SITE_DOMAIN = '00dani.dev'
META_FB_APPID = '142105433189339'