Varius HTML and CSS improvements
This commit is contained in:
@@ -6,10 +6,9 @@
|
||||
{{ .Content }}
|
||||
<ul class='contents'>
|
||||
{{ range .Pages }}
|
||||
<br />
|
||||
<a href='{{ .RelPermalink }}'>
|
||||
<li>{{ partial "summary.html" . }}</li>
|
||||
</a>
|
||||
<li><a href='{{ .RelPermalink }}'>
|
||||
{{ partial "summary.html" . }}
|
||||
</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</article>
|
||||
|
Reference in New Issue
Block a user