taxonomies (categories, tags, year/month/slug), syntax.css und Blog (posts).
This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
|
||||
<section class="project">
|
||||
<h2>{{ .Title }}</h2>
|
||||
{{ .Content }}
|
||||
{{ if isset .Params "image" }}
|
||||
<img alt="{{ .Params.alt_text }}" src="{{ .Params.image }}">
|
||||
{{ end }}
|
||||
|
||||
<h3>Tech used</h3>
|
||||
<ul>
|
||||
@@ -20,6 +21,10 @@
|
||||
<li>{{ . }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ .Content }}
|
||||
{{ if .Params.isCommentingProject }}
|
||||
<div id="remark42"></div>
|
||||
{{ end }}
|
||||
</section>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user