|
@@ -21,8 +21,8 @@
|
|
|
{{ i18n "reading_time" .ReadingTime }}
|
|
{{ i18n "reading_time" .ReadingTime }}
|
|
|
</span>
|
|
</span>
|
|
|
</div>
|
|
</div>
|
|
|
- {{ with .Page.Params.Categories }}{{ partial "taxonomy/categories" . }}{{ end }}
|
|
|
|
|
- {{ with .Page.Params.Tags }}{{ partial "taxonomy/tags" . }}{{ end }}
|
|
|
|
|
|
|
+ {{ with .Page.Params.Categories }}{{ partial "taxonomy/categories.html" . }}{{ end }}
|
|
|
|
|
+ {{ with .Page.Params.Tags }}{{ partial "taxonomy/tags.html" . }}{{ end }}
|
|
|
</div>
|
|
</div>
|
|
|
</header>
|
|
</header>
|
|
|
|
|
|
|
@@ -31,11 +31,11 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<footer>
|
|
<footer>
|
|
|
- {{ partial "posts/series" . }}
|
|
|
|
|
- {{ partial "posts/disqus" . }}
|
|
|
|
|
|
|
+ {{ partial "posts/series.html" . }}
|
|
|
|
|
+ {{ partial "posts/disqus.html" . }}
|
|
|
</footer>
|
|
</footer>
|
|
|
</article>
|
|
</article>
|
|
|
|
|
|
|
|
- {{ partial "posts/math" . }}
|
|
|
|
|
|
|
+ {{ partial "posts/math.html" . }}
|
|
|
</section>
|
|
</section>
|
|
|
{{ end }}
|
|
{{ end }}
|