feat: use blueprint static urls
This commit is contained in:
parent
a859d3b7e1
commit
7e7743b33a
2 changed files with 6 additions and 6 deletions
|
@ -22,8 +22,8 @@
|
||||||
import TimeAgo from 'https://esm.sh/v135/@github/relative-time-element@4.4.0'
|
import TimeAgo from 'https://esm.sh/v135/@github/relative-time-element@4.4.0'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='variables.css') }}" />
|
<link rel="stylesheet" href="{{ url_for('threads.static', filename='variables.css') }}" />
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='reset.css') }}" />
|
<link rel="stylesheet" href="{{ url_for('threads.static', filename='reset.css') }}" />
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
@ -341,7 +341,7 @@
|
||||||
</p>
|
</p>
|
||||||
<p>Rendered on {{ render_date }} in Europe/Amsterdam</p>
|
<p>Rendered on {{ render_date }} in Europe/Amsterdam</p>
|
||||||
</footer>
|
</footer>
|
||||||
<script type="module" src="{{ url_for('static', filename='enhance-content.js') }}">
|
<script type="module" src="{{ url_for('threads.static', filename='enhance-content.js') }}">
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
import TimeAgo from 'https://esm.sh/v135/@github/relative-time-element@4.4.0'
|
import TimeAgo from 'https://esm.sh/v135/@github/relative-time-element@4.4.0'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='variables.css') }}" />
|
<link rel="stylesheet" href="{{ url_for('threads.static', filename='variables.css') }}" />
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='reset.css') }}" />
|
<link rel="stylesheet" href="{{ url_for('threads.static', filename='reset.css') }}" />
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
@ -354,7 +354,7 @@
|
||||||
<p>Rendered on {{ render_date }} in Europe/Amsterdam</p>
|
<p>Rendered on {{ render_date }} in Europe/Amsterdam</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<script type="module" src="{{ url_for('static', filename='enhance-content.js') }}">
|
<script type="module" src="{{ url_for('threads.static', filename='enhance-content.js') }}">
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue