Skip to content

Commit

Permalink
remove cell type and marker links from 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnhoffer committed Nov 27, 2024
1 parent 5f9b8c6 commit 7ac0f7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _layouts/minerva-1-5.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<script defer src="https://use.fontawesome.com/releases/v5.2.0/js/all.js" integrity="sha384-4oV5EgaV02iISL2ban6c/RmotsABqE4yZxZLcYMAdG7FAPsyHYAPpywE9PJo+Khy" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.auto.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/minerva-browser@3.23.0/build/bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/minerva-browser@3.24.0/build/bundle.js"></script>
<script>
const exhibit = {{ exhibit | jsonify }};
const image_path = "{{ page.images }}";
Expand All @@ -54,6 +54,8 @@
window.viewer = MinervaStory.default.build_page({
embedded: true,
hideWelcome: true,
cellTypeData: [],
markerData: [],
id: "minerva-browser",
exhibit: exhibit,
homeUrl: "{{ page.home | default: home_parent }}"
Expand Down

0 comments on commit 7ac0f7f

Please sign in to comment.