mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-13 02:05:07 +00:00
#45: OK, it doesn't work, but it's close.
Still getting fragment index instead of fragment text.
This commit is contained in:
parent
2f22b733c1
commit
40ab296d1a
5 changed files with 88 additions and 37 deletions
|
|
@ -1,20 +1,12 @@
|
|||
{% extends "templates/base.html" %}
|
||||
|
||||
{% block extra-headers %}
|
||||
<!-- ifequal js-from ":cloudflare" -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.3/photoswipe-ui-default.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.3/photoswipe.min.js"></script>
|
||||
{% style "/vendor/node_modules/photoswipe/dist/photoswipe.css" %}
|
||||
{% style "/vendor/node_modules/photoswipe/dist/default-skin/default-skin.css" %}
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mermaid/8.4.6/mermaid.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/vega/5.9.1/vega.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/vega-lite/4.1.1/vega-lite.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/vega-embed/6.2.2/vega-embed.min.js"></script>
|
||||
<!-- else -->
|
||||
<!-- TODO: currently `lein npm install` fails to build packages on all platforms, and
|
||||
fails SILENTLY. Consequently setting js-from to local is not advised. Investigting. -->
|
||||
<!-- script "vendor/mermaid/dist/mermaid.js" %} -->
|
||||
<!-- endifequal -->
|
||||
{% for script in scripts %}
|
||||
<script src="{{script}}"></script>
|
||||
{% endfor %}
|
||||
{% for style in styles %}
|
||||
<link href="{{style}}" rel="stylesheet" type="text/css" />
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue