Various updates, duoling exploit fixed, show descriptions in table of contents
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user