Fixed issue with meetup section
This commit is contained in:
parent
0ad2ead643
commit
2aff8acccf
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
||||||
{{ $baseurl := .Site.BaseURL }}
|
{{ $baseurl := .Site.BaseURL }}
|
||||||
|
|
||||||
<div>
|
<aside id="meta">
|
||||||
{{ partial "meetup_details.html" . }}
|
<div>
|
||||||
</div>
|
{{ partial "meetup_details.html" . }}
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
|
||||||
<meta itemprop="wordCount" content="{{ .WordCount }}">
|
<meta itemprop="wordCount" content="{{ .WordCount }}">
|
||||||
<meta itemprop="datePublished" content="{{ .Date.Format "2006-01-02" }}">
|
<meta itemprop="datePublished" content="{{ .Date.Format "2006-01-02" }}">
|
||||||
|
|
Loading…
Reference in a new issue