Added calendar
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
extends ./total.pug
|
||||
|
||||
append css
|
||||
link(rel='stylesheet', href=getStatic('fullcalendar/fullcalendar.css'))
|
||||
|
||||
block mistake
|
||||
p.
|
||||
If you think there is a mistake in this calendar, feel free to <a
|
||||
href="mailto:thomas@forgione.fr">send me a mail</a> exaplaining what
|
||||
are the problems so I can fix it. Thanks!
|
||||
|
||||
block extrajs
|
||||
script.
|
||||
window.CALENDAR_URL = "#{calendarUrl}";
|
||||
script(src="/static/fullcalendar/fullcalendar.min.js")
|
||||
script(src="/static/fullcalendar/locales-all.js")
|
||||
script(src="/static/js/calendar.js")
|
||||
Reference in New Issue
Block a user