浏览代码

Improve semantic structure

enhancements
budparr 6 年前
父节点
当前提交
65de4fddb0
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6
    6
      layouts/_default/single.html

+ 6
- 6
layouts/_default/single.html 查看文件

@@ -4,9 +4,9 @@
{{ end }}

{{ 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">
{{/* Humanize removes hyphens and capitalizes the first word */}}
{{ humanize .Section | upper }}
@@ -23,11 +23,11 @@
{{ .Content }}
</section>
{{ 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" . }}
</div>
</aside>

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

正在加载...
取消
保存