Skip to content

Commit

Permalink
Use tumblr json directly, without reverse proxy.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiefpunkt committed Oct 18, 2024
1 parent 09ccbbf commit ec767a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="/static/lib/lightbox/js/lightbox.min.js"></script>
<script>
$(function() {
var tumblr = new TumblrRSS($('#log'), '/', 10);
var tumblr = new TumblrRSS($('#log'), 'https://log.munichmakerlab.de/', 10);
tumblr.start(function() {
$(".rslides").responsiveSlides({
auto: false,
Expand Down

0 comments on commit ec767a5

Please sign in to comment.