Hackerspace Istanbul'un web sitesi
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 lines
977 B

<article itemscope itemtype="http://schema.org/CreativeWork">
<header>
<h2 itemprop="name">
<a class="is" href="{{ .RelPermalink }}">{{ .Title }}</a>
</h2>
{{ if eq .Type "post" }}
<p class="muted">{{ partial "post/meta.html" . }}</p>
{{ end }}
</header>
{{ if .Description }}
<blockquote itemprop="headline">{{ .Description }}</blockquote>
{{ end }}
<div itemprop="description">
{{ .Summary }}
</div>
{{ if .Truncated }}
<nav class="readmore"><a itemprop="url" href="{{ .RelPermalink }}">Devamını oku&nbsp;&raquo;</a></nav>
{{ end }}
<meta itemprop="inLanguage" content="{{ .Site.LanguageCode }}">
<meta itemprop="datePublished" content="{{ dateFormat "2006-01-02T15:04:05-07:00" (default .Date (.PublishDate)) }}">
<meta itemprop="dateModified" content="{{ .Lastmod.Format "2006-01-02T15:04:05-07:00" }}">
{{ with .Params.images }}
<meta itemprop="image" content="{{ index . 0 }}">
{{ end }}
</article>