Skip to content

Commit

Permalink
Fix: mastodon timeline was not visible on /
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Oct 24, 2023
1 parent 71351f6 commit 7a3cfc9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions notebooks/404.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<link rel=\"stylesheet\" href=\"mastodon-timeline.css\" />\n",
"<script src=\"mastodon-timeline.js\"></script>\n",
"<link rel=\"stylesheet\" href=\"/html/mastodon-timeline.css\" />\n",
"<script src=\"/html/mastodon-timeline.js\"></script>\n",
"<div class=\"mt-timeline\">\n",
" <div id=\"mt-body\" class=\"mt-body\" role=\"feed\">\n",
" <div class=\"loading-spinner\"></div>\n",
Expand Down
4 changes: 2 additions & 2 deletions notebooks/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<link rel=\"stylesheet\" href=\"mastodon-timeline.css\" />\n",
"<script src=\"mastodon-timeline.js\"></script>\n",
"<link rel=\"stylesheet\" href=\"/html/mastodon-timeline.css\" />\n",
"<script src=\"/html/mastodon-timeline.js\"></script>\n",
"<div class=\"mt-timeline\">\n",
" <div id=\"mt-body\" class=\"mt-body\" role=\"feed\">\n",
" <div class=\"loading-spinner\"></div>\n",
Expand Down
1 change: 0 additions & 1 deletion notebooks/mastodon-timeline.css

This file was deleted.

1 change: 0 additions & 1 deletion notebooks/mastodon-timeline.js

This file was deleted.

0 comments on commit 7a3cfc9

Please sign in to comment.