diff options
| author | Arun <me@arunmathaisk.in> | 2024-09-15 00:00:26 +0530 | 
|---|---|---|
| committer | Arun <me@arunmathaisk.in> | 2024-09-15 00:00:26 +0530 | 
| commit | e565f6afa20f81f75ff4fab1f29e1c672a33b3eb (patch) | |
| tree | c643aec40288bba69d4b36b292059d4a3e297313 /layouts/_default | |
| parent | 974bc9f6ffa10d22c5d6f692fe79d71606bbb2d3 (diff) | |
feat: show generic footer
Diffstat (limited to 'layouts/_default')
| -rw-r--r-- | layouts/_default/baseof.html | 11 | 
1 files changed, 2 insertions, 9 deletions
| diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index fdee79d..08a2d25 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -25,16 +25,9 @@      </div>      <footer> -      {{ if .Param "showFooterLicense" }} -      <div> -        {{ partial "footer-license.html" . }} -      </div> -      {{ end }} -      <div> -        {{ partial "footer.html" . }} -      </div> +      {{ partial "footer.html" . }}      </footer> - +        </body>    <script> | 
