mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-03 10:36:42 -07:00
14 lines
345 B
HTML
14 lines
345 B
HTML
{{ $baseurl := .Site.BaseURL }}
|
|
|
|
<aside id="meta">
|
|
<div>
|
|
{{ partial "details.html" . }}
|
|
</div>
|
|
<div>
|
|
{{ partial "organizer.html" . }}
|
|
</div>
|
|
</aside>
|
|
|
|
<meta itemprop="wordCount" content="{{ .WordCount }}">
|
|
<meta itemprop="datePublished" content="{{ .Date.Format "2006-01-02" }}">
|
|
<meta itemprop="url" content="{{ .Permalink }}">
|