Compare commits

...

2 commits

Author SHA1 Message Date
j
dca8449165 decolonial 2019-11-07 11:03:05 +01:00
j
70a8392793 load site css 2019-11-07 11:02:49 +01:00
3 changed files with 14 additions and 4 deletions

View file

@ -569,6 +569,16 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"find": true,
"sort": true
},
{
"id": "place",
"title": "Place",
"type": "string",
"autocomplete": true,
"columnWidth": 180,
"filter": true,
"find": true,
"sort": true
},
{
"id": "date",
"title": "Date",
@ -998,11 +1008,11 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
},
"https": true,
"id": "collectivecinema",
"name": "Collective Cinema",
"name": "Collective Cinema (decolonial)",
// Set to true to allow search engines to index the site
"public": false,
"sendReferrer": false,
"url": "collective-cinema.net"
"url": "decolonial.collective-cinema.net"
},
/*
"sitePages" defines the sections of the main site dialog. If "news" is

View file

@ -291,7 +291,7 @@ pandora.ui.home = function() {
if (loadedCSS) {
callback()
} else {
Ox.getFile('/static/css/home.css', function() {
Ox.getFile('/static/css/home.collectivecinema.css', function() {
loadedCSS = true
callback()
})

View file

@ -323,7 +323,7 @@ pandora.ui.infoView = function(data, isMixed) {
// Groups ------------------------------------------------------------------
renderGroup(['date', 'language']);
renderGroup(['place', 'date', 'language']);
//renderGroup(['director', 'featuring']);
if (isMultiple) {