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:
2022-05-02 15:11:40 +00:00
parent d21051adde
commit cbbe8dfbb6
7 changed files with 87 additions and 18 deletions

View File

@@ -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>

View File

@@ -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" . }}