Fix to eliminate the rest of Flickr API in layouts/partials/custom_image_handler.html (#37)

This commit is contained in:
Stephan Hadan 2025-02-11 22:37:45 +01:00
parent cdf080ae3e
commit 7aeecd66e6
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
## [v1.3.1](https://git.hadan-it.com/stiebke/hugo-internet-weblog/releases/tag/v1.3.1) - 2025-02-11
* BUGFIXES
* Fix to eliminate the rest of Flickr API in layouts/partials/custom_image_handler.html (#37)
## [v1.3](https://git.hadan-it.com/stiebke/hugo-internet-weblog/releases/tag/v1.3) - 2025-02-11
* ENHANCEMENTS

View file

@ -1,4 +1,4 @@
<script type="text/javascript">
<!--<script type="text/javascript">
// @summary: jquery implementation
$(function() {
@ -8,4 +8,4 @@
});
});
</script>
</script>-->