Skip to content

Commit

Permalink
Fix jekyll-tabs rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonnav committed Jan 24, 2024
1 parent c7a0294 commit 6ff1e74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 42 deletions.
4 changes: 2 additions & 2 deletions docs/_includes/head_custom.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<head>
<link rel="stylesheet" href="/docs/assets/css/tabs.css">
<script src="/docs/assets/js/tabs.js"></script>
<link rel="stylesheet" href="/assets/css/tabs.css">
<script src="/assets/js/tabs.js"></script>
</head>
43 changes: 3 additions & 40 deletions docs/assets/js/tabs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ff1e74

Please sign in to comment.