more 88x31, mycpu stuff

This commit is contained in:
Parker TenBroeck 2026-04-27 23:18:26 -04:00
parent 3642db6709
commit bd7eaeec38
10 changed files with 125 additions and 10 deletions

View file

@ -5,7 +5,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name=viewport content="width=device-width,initial-scale=1">
<title>
{%- block title -%}
@ -23,8 +23,9 @@
{%- block feeds -%}{%- endblock -%}
{% endif %}
{% set css = load_data(path="style.css") %}
<style>{{ css | safe }}</style>
{# {% set css = load_data(path="style.css") %}
<style>{{ css | safe }}</style> #}
<link rel="stylesheet" type="text/css" href="{{ get_url(path='style.css') }}">
{%- if page.extra.stylesheets or section.extra.stylesheets %}
{%- for stylesheet in page.extra.stylesheets | default(value=section.extra.stylesheets) %}
@ -144,6 +145,5 @@
</div>
</body>
{% set script = load_data(path="js/script.js") %}
<script>{{script | safe}}</script>
</html>
<script src="{{ get_url(path='js/script.js') }}"></script>
</html>

View file

@ -8,6 +8,7 @@
<figcaption>{{ caption | markdown() | safe }}</figcaption>
{% endif %}
</figure>
{% endmacro %}
@ -32,4 +33,4 @@
{% endif %}
</figure>
{% endmacro %}
{% endmacro %}