mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-30 17:53:28 -05:00 
			
		
		
		
	Fix #42
This commit is contained in:
		| @@ -8,6 +8,17 @@ | ||||
|  | ||||
| {{ partial "post-metadata.html" . }} | ||||
|  | ||||
| {{ with (.GetTerms "series") }} | ||||
| {{ range . }} | ||||
| <div class="series-box"> | ||||
|     {{ partial "icon.html" "info" }} | ||||
|     This post is part of a series: | ||||
|     <a href="{{ .Permalink }}">{{ .LinkTitle }}</a> | ||||
| </div> | ||||
| {{ end }} | ||||
| {{ end }} | ||||
|  | ||||
|  | ||||
| {{ if .Params.Toc }} | ||||
| <div id="table-of-contents"> | ||||
|     <details> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user