mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 22:42:24 +00:00
Tidy up calendar
This commit is contained in:
@@ -26,11 +26,15 @@ function render_calendar() {
|
||||
isReadOnly: true,
|
||||
useDetailPopup: true,
|
||||
usageStatistics: false,
|
||||
month: {
|
||||
startDayOfWeek: 1,
|
||||
visibleWeeksCount: 4,
|
||||
},
|
||||
calendars: [
|
||||
{
|
||||
id: '1',
|
||||
name: 'Hackspace Events',
|
||||
backgroundColor: '#ff0000',
|
||||
backgroundColor: '#d41246',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
@@ -20,5 +20,5 @@
|
||||
{{ end }}
|
||||
|
||||
{{ define "content" }}
|
||||
<div id="calendar" style="height: 800px"></div>
|
||||
<div id="calendar" style="height: 600px"></div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user