mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 17:57:28 -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,11 +1,11 @@
|
||||
{{ partialCached "credit.html" . }}
|
||||
{{ partial "credit.html" }}
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ .Language.Lang }}">
|
||||
{{- partial "head.html" . -}}
|
||||
|
||||
<body>
|
||||
<div class="top">
|
||||
{{ partialCached "top.html" . }}
|
||||
{{ partial "top.html" . }}
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
Reference in New Issue
Block a user