Merge pull request #4 from softinio/meetup-updates

Fixed issue with meetup section
This commit is contained in:
Salar Rahmanian 2017-06-25 14:40:01 -04:00 committed by GitHub
commit 9aca925546
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,9 @@
{{ $baseurl := .Site.BaseURL }}
<aside id="meta">
<div>
{{ partial "meetup_details.html" . }}
</div>
</aside>
<meta itemprop="wordCount" content="{{ .WordCount }}">

View file

@ -14,6 +14,8 @@
</section>
<aside id="meta">
<div>
{{ partial "organizer.html" . }}
</div>
</aside>
{{ partial "footer.html" . }}