UNPKG

582 BHTMLView Raw
1{% extends "base.html" %}
2
3{% block htmltitle %}
4 <title>{% if page and page.title and not page.is_homepage %}{{ page.title }} - {% endif %}{{ config.site_name }}</title>
5<!--
6 <script type="module" src="https://unpkg.com/@sutton-signwriting/sgnw-components@0.10.0/dist/sgnw-components/sgnw-components.esm.js"></script>
7 <link type="text/css" rel="stylesheet" href="https://unpkg.com/@sutton-signwriting/sgnw-components@0.10.0/dist/sgnw-components/sgnw-components.css"/>
8-->
9 <style>html {scroll-behavior: smooth;}</style>
10{% endblock %}
\No newline at end of file