mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-31 10:03:30 -05:00 
			
		
		
		
	Remove partialCached for now because I'm worried of it causing issues
It didn't last very long. Speed isn't really a concern currently since my sites all generate in ~50ms (on my computer, at least).
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| <div class="post"> | ||||
|     <h2 class="post-title"> | ||||
|         {{ with .Parent.Params.icon }}{{ partialCached "icon.html" . . }}{{ end }} | ||||
|         {{ with .Parent.Params.icon }}{{ partial "icon.html" . }}{{ end }} | ||||
|         <a href="{{ .Permalink }}">{{ .Title | markdownify }}</a> | ||||
|         {{ if .Draft }}{{ partialCached "icon.html" "edit" "edit" }}{{ end }} | ||||
|         {{ if .Draft }}{{ partial "icon.html" "edit" }}{{ end }} | ||||
|     </h2> | ||||
|  | ||||
|     {{ partial "post-metadata.html" . }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user