Various updates, duoling exploit fixed, show descriptions in table of contents

This commit is contained in:
2022-10-10 11:05:19 +00:00
parent 36ccc9c643
commit f7f09f4bab
5 changed files with 17 additions and 8 deletions

View File

@@ -1,10 +1,16 @@
<aside id='meta'>
<header>
<h4>{{ or (.Param "tit") .Title }}</h4>
{{ if .Param "patched" }}
<p><b style="color: brightgreen">PATCHED</b></p>
{{ end }}
<p>
{{ i18n "wordCount" .WordCount }}.
{{ i18n "readingTime" .ReadingTime }}.
</p>
<p>
{{ .Param "description" }}
</p>
</header>
{{ if .Param "docs" }}
<h5>Documentation:</h5>
@@ -29,4 +35,4 @@
{{ end }}
</ul>
{{ end }}
</aside>
</aside>