Browse Source

minor update

pull/141/head
abhidj0090 4 years ago
parent
commit
82a483d5db
2 changed files with 5 additions and 3 deletions
  1. 1
    1
      layouts/events/single.html
  2. 4
    2
      layouts/index.html

+ 1
- 1
layouts/events/single.html View File

@@ -25,7 +25,7 @@
{{ template "_internal/disqus.html" . }}
</div>
</div>
<div class="col-lg-8 offset-lg-2 text-center">
<div class="col-lg-8 offset-lg-2">
<input type="hidden" id="subject" value="{{.Title }}"/>
<input type="hidden" id="cl-description" value="{{ .Params.calendar_description }}"/>
<input type="hidden" id="description" value="{{ .Content }}"/>

+ 4
- 2
layouts/index.html View File

@@ -4,6 +4,8 @@

{{ partial "navigation.html" . }}

{{ partial "events.html" . }}

{{ partial "lectures.html" . }}

{{ partial "blog.html" . }}
@@ -12,6 +14,8 @@

{{ partial "about.html" . }}

{{ partial "funfacts.html" . }}

{{ partial "team.html" . }}

{{ partial "feature.html" . }}
@@ -24,8 +28,6 @@

{{ partial "portfolio.html" . }}

{{ partial "funfacts.html" . }}

{{ partial "pricing.html" . }}

{{ partial "contact.html" . }}

Loading…
Cancel
Save