Kaynağa Gözat

Improve semantic structure

enhancements
budparr 6 yıl önce
ebeveyn
işleme
65de4fddb0
No account linked to committer's email address
1 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. 6
    6
      layouts/_default/single.html

+ 6
- 6
layouts/_default/single.html Dosyayı Görüntüle

{{ end }} {{ end }}


{{ define "main" }} {{ define "main" }}
<div class="flex-l flex-wrap mt2 mw8 center">
<article class="flex-l flex-wrap mt2 mw8 center">


<article class="center cf pv5 ph3 ph4-ns mw7 w-two-thirds-l">
<main class="center cf pv5 ph3 ph4-ns mw7 w-two-thirds-l">
<p class="f6 b helvetica tracked"> <p class="f6 b helvetica tracked">
{{/* Humanize removes hyphens and capitalizes the first word */}} {{/* Humanize removes hyphens and capitalizes the first word */}}
{{ humanize .Section | upper }} {{ humanize .Section | upper }}
{{ .Content }} {{ .Content }}
</section> </section>
{{ partial "tags.html" . }} {{ partial "tags.html" . }}
</article>
</main>


<div class="ph3 mt2 mt6-ns w-third-l">
<aside class="ph3 mt2 mt6-ns w-third-l">
{{ partial "menu-contextual.html" . }} {{ partial "menu-contextual.html" . }}
</div>
</aside>


</div>
</article>
{{ end }} {{ end }}

Loading…
İptal
Kaydet