Skip to content

Commit

Permalink
Removed powered by
Browse files Browse the repository at this point in the history
  • Loading branch information
AnXh3L0 authored Oct 15, 2024
1 parent 985358a commit e86a083
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<footer>
{{ .Site.Params.Copyright | safeHTML | markdownify }}<br />
{{ .Site.Params.poweredBy | safeHTML | markdownify }}
{{ .Site.Params.Copyright | safeHTML | markdownify }}
</footer>

{{ $instant := resources.Get "js/instantpage.js" }}
{{ $instantpage := slice $instant | resources.Concat "instant.js" | resources.Minify }}
<script type="module" defer src="{{ $instantpage.RelPermalink }}"></script>

{{ if isset .Params "js" }}{{ partial "javascript.html" . }}{{ end }}
{{ if isset .Params "js" }}{{ partial "javascript.html" . }}{{ end }}

0 comments on commit e86a083

Please sign in to comment.