diff options
author | Anthony Wang | 2024-11-24 12:29:30 -0500 |
---|---|---|
committer | Anthony Wang | 2024-11-24 12:29:30 -0500 |
commit | 0b3a2522cfef577a1d3baf825f03a2499a51184f (patch) | |
tree | 5c55f180b640d1d562fb1e59b1d61cea619be513 /layouts | |
parent | 8dfec4f9e5d6479804daf5818d16cbe6e4e54c63 (diff) |
Oh turns out the theme is smarter than me and don't push broken stuff to production to see if it'll work because it won't
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/footer.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 743b6e1..d4b09c4 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,8 +1,5 @@ <footer class="footer"> <div class="quote">“To Be Filled By O.E.M.”</div> <div>CC BY-SA 4.0</div> - {{ with resources.Get "js/quotes.js" | resources.Minify }} - {{ .Publish }} - {{ end }} - <script src="/js/quotes.min.js"></script> + <script>setRandomQuote()</script> </footer> |