|
|
@@ -18,11 +18,11 @@ |
|
|
|
{{ .Content }}
|
|
|
|
</div>
|
|
|
|
<input type="hidden" id="subject" value="{{.Title }}"/>
|
|
|
|
<input type="hidden" id="description" value="{{ .Params.calendar_description? .Params.calendar_description:.Content }}"/>
|
|
|
|
<input type="hidden" id="description" value="{{ .Params.calendar_description | .Content }}"/>
|
|
|
|
<input type="hidden" id="location" value="Kolkata, IN"/>
|
|
|
|
<input type="hidden" id="start-date" value="{{.Params.event_start_date }}"/>
|
|
|
|
<input type="hidden" id="end-date" value="{{.Params.event_end_date }}"/>
|
|
|
|
<input type="hidden" id="filename" value="{{ .Params.calendar_filename? .Params.calendar_filename:.Title }}"/>
|
|
|
|
<input type="hidden" id="filename" value="{{ .Params.calendar_filename | .Title }}"/>
|
|
|
|
<button class="clndr btn btn-main" onclick="downloadEvent()">
|
|
|
|
<i class="ti-calendar"></i>Block Calender</button>
|
|
|
|
{{ if site.Params.post_share }}
|