Skip to content

Commit 2378586

Browse files
committed
testing team single layout
1 parent b3cd358 commit 2378586

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

themes/basic/layouts/team/single.html

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,3 @@
11
{{ define "main" }}
2-
<article class="post">
3-
<header>
4-
<h2>{{ .Title }}</h2>
5-
6-
<p>
7-
By {{ .Params.Author }}
8-
</p>
9-
<p>
10-
Posted {{ .Date.Format "January 2, 2006" }}
11-
12-
<span class="tags">
13-
in
14-
{{ range .Params.tags }}
15-
<a class="tag" href="/tags/{{ . | urlize }}">{{ . }}</a>
16-
{{ end }}
17-
</span>
18-
</p>
19-
20-
<p>
21-
Reading time: {{ math.Round (div (countwords .Content) 200.0) }} minutes.
22-
</p>
23-
24-
</header>
25-
<section class="body">
26-
{{ .Content }}
27-
</section>
28-
</article>
2+
<h2>Hello world</h2>
293
{{ end }}

0 commit comments

Comments
 (0)