hugo-internet-weblog/layouts/partials/site_footer.html

9 lines
455 B
HTML
Raw Normal View History

<script type="text/javascript" src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="{{.Site.BaseURL}}lightbox2-2.11.4/js/lightbox.min.js" charset="utf-8"></script>
<script src="{{.Site.BaseURL}}js/weblog.js" charset="utf-8"></script>
2016-02-19 23:35:42 -05:00
{{ partial "custom_javascript.html" . }}
{{ partial "custom_image_handler.html" . }}
{{ template "_internal/google_analytics.html" . }}
</body>
</html>