Skip to content

Commit

Permalink
remove content
Browse files Browse the repository at this point in the history
  • Loading branch information
maeddes authored Jan 5, 2025
1 parent 365a635 commit 7cef7ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions tutorial/layouts/partials/custom-footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
</br>
7 changes: 1 addition & 6 deletions tutorial/layouts/partials/custom-header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
<script src="https://cdn.jsdelivr.net/npm/quizdown@latest/public/build/quizdown.js"></script>
<script src="https://cdn.jsdelivr.net/npm/quizdown@latest/public/build/extensions/quizdownKatex.js"></script>
<script src="https://cdn.jsdelivr.net/npm/quizdown@latest/public/build/extensions/quizdownHighlight.js"></script>
<script>
quizdown.register(quizdownKatex).register(quizdownHighlight).init();
</script>
</br>
4 changes: 1 addition & 3 deletions tutorial/layouts/partials/logo.html
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
<a id="R-logo" href="{{ partial "permalink.gotmpl" (dict "to" .Site.Home) }}">
<img src="{{"images/logo.png" | relURL}}" alt="brand logo">
</a>
</br>

0 comments on commit 7cef7ad

Please sign in to comment.