bug fix
This commit is contained in:
		| @@ -26,7 +26,7 @@ | ||||
|       {{ range .Pages }} | ||||
|         <tr onclick="window.location='{{ .RelPermalink }}'" style="cursor:pointer;"></tr> | ||||
|           <td class="tool"><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></td> | ||||
|           <td class="description">{{ .Content | truncate 200 }}</td> | ||||
|           <td class="description">{{ .Content | plainify | truncate 100 }}</td> | ||||
|           <!-- <td> | ||||
|             {{ $sep := "" }} | ||||
|             {{ range $key, $vals := .Params }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user