mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-05 11:16:41 -07:00
Added first meetup blog
This commit is contained in:
parent
21c571749c
commit
2daadd6dc0
7 changed files with 96 additions and 5 deletions
9
layouts/partials/meetup_aside.html
Normal file
9
layouts/partials/meetup_aside.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{ $baseurl := .Site.BaseURL }}
|
||||
|
||||
<aside id="meta">
|
||||
{{ partial "meetup_details.html" . }}
|
||||
</aside>
|
||||
|
||||
<meta itemprop="wordCount" content="{{ .WordCount }}">
|
||||
<meta itemprop="datePublished" content="{{ .Date.Format "2006-01-02" }}">
|
||||
<meta itemprop="url" content="{{ .Permalink }}">
|
Loading…
Add table
Add a link
Reference in a new issue