Skip to content

Commit ec767a5

Browse files
committed
Use tumblr json directly, without reverse proxy.
1 parent 09ccbbf commit ec767a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<script src="/static/lib/lightbox/js/lightbox.min.js"></script>
1818
<script>
1919
$(function() {
20-
var tumblr = new TumblrRSS($('#log'), '/', 10);
20+
var tumblr = new TumblrRSS($('#log'), 'https://log.munichmakerlab.de/', 10);
2121
tumblr.start(function() {
2222
$(".rslides").responsiveSlides({
2323
auto: false,

0 commit comments

Comments
 (0)