Content update and a few changes
Big Makefile update Small summary and table of contents update Also some content, apprentice and matrix(.org)
This commit is contained in:
@@ -9,10 +9,6 @@
|
||||
{{ i18n "modified" }} {{ $lastmod }}
|
||||
{{ end }}<br />
|
||||
{{ .Summary }}
|
||||
{{ if .Truncated }}{{ i18n "readMore" }}...{{ end }}
|
||||
</div>
|
||||
{{ if .Truncated }}
|
||||
<div>
|
||||
<a href='{{ .RelPermalink }}'>{{ i18n "readMore" }}…</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
</article>
|
@@ -1,8 +1,13 @@
|
||||
<aside id='meta'>
|
||||
<header>
|
||||
<h4>{{ or (.Param "tit") .Title }}</h4>
|
||||
{{ i18n "wordCount" .WordCount }}.
|
||||
{{ i18n "readingTime" .ReadingTime }}.
|
||||
<p>
|
||||
{{ i18n "readingTime" .ReadingTime }}.
|
||||
{{ i18n "wordCount" .WordCount }}.
|
||||
</p>
|
||||
{{ with .Param "git" }}
|
||||
<p>Check out the git repo; <a href='{{ .url }}'>{{ .name }}</a>!</p>
|
||||
{{ end }}
|
||||
</header>
|
||||
{{ .TableOfContents }}
|
||||
{{ partial "i18n/list.html" . }}
|
||||
|
Reference in New Issue
Block a user