diff options
| author | Xe <me@christine.website> | 2021-12-19 17:54:02 +0000 |
|---|---|---|
| committer | Xe <me@christine.website> | 2021-12-19 17:54:02 +0000 |
| commit | 66fd857b569007f9e6e1452e2454b8fab46b4840 (patch) | |
| tree | 396177369c7b32c9dd1886f8aa9227f890b2352f /templates/blogpost.rs.html | |
| parent | 540ae4a3a9735d3f55ebceb1d271e472cd7f950e (diff) | |
| download | xesite-66fd857b569007f9e6e1452e2454b8fab46b4840.tar.xz xesite-66fd857b569007f9e6e1452e2454b8fab46b4840.zip | |
fix CSS contrast ratio
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'templates/blogpost.rs.html')
| -rw-r--r-- | templates/blogpost.rs.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/blogpost.rs.html b/templates/blogpost.rs.html index 808c873..03e05c1 100644 --- a/templates/blogpost.rs.html +++ b/templates/blogpost.rs.html @@ -24,6 +24,8 @@ <link rel="canonical" href="https://christine.website/@post.link"> } +<script type="module" src="/static/js/conversation.js"></script> + <script type="application/ld+json"> @{ "@@context": "http://schema.org", @@ -55,6 +57,9 @@ </script> } +<div id="refererNotice"></div> +<script type="module" src="/static/js/hnwarn.js"></script> + <h1>@post.front_matter.title</h1> <small>A @post.read_time_estimate_minutes minute read.</small> @@ -147,4 +152,5 @@ @} @} </script> + @:footer_html() |
