Özgür Yazılım Derneği web sitesi https://oyd.org.tr
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.
 
 
 
oyd-web/layouts/_default/single.html

24 lines
765 B

{{ define "main" }}
{{ $page := . }}
{{ $banner := ($page.Resources.ByType "image").GetMatch "*-wd*" }}
<div class="page">
<article>
<h1 class="title">{{ .Title }}</h1>
<div class="article-header">
{{ with $.Params.photo }}<div class="photo" style="background-image: url('{{ .urlband }}');">{{ end }}</div>
{{ with $.Params.photo }}<div class="photoCredit">{{ i18n "gorsel" }}<a href="{{ .urlband }}">{{ .author }}</a></div>
</div>
{{ end }}
{{ .Content }}
{{ if (or (eq .Section "yazilar") (eq .Section "articles")) }}
{{ partial "related" . }}
{{ end }}
</article>
<aside class="sidebar">
<h2 class="title">{{ i18n "etkinlikler" }}</h2>
{{ partial "events" . }}
</aside>
</div>
{{ end }}