mirror of
https://github.com/danbulant/design
synced 2026-06-24 17:11:43 +00:00
add noscript message
This commit is contained in:
parent
ef2ccfc3bc
commit
b9c165df66
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
||||||
<h1>{title}</h1>
|
<h1>{title}</h1>
|
||||||
<span>Written {dt.toRelativeCalendar()} ({dt.toLocaleString(DateTime.DATE_FULL)})</span>
|
<span>Written {dt.toRelativeCalendar()} ({dt.toLocaleString(DateTime.DATE_FULL)})</span>
|
||||||
<slot />
|
<slot />
|
||||||
|
<noscript>Although the page mostly works without Javascript, you won't be able to comment. Also, I acknowledge the privacy flaws, but Javascript is a fundamental part of modern web, and shouldn't be disabled. Maybe use an adblock instead of disabling it for everything?</noscript>
|
||||||
<script src="https://utteranc.es/client.js"
|
<script src="https://utteranc.es/client.js"
|
||||||
repo="danbulant/design"
|
repo="danbulant/design"
|
||||||
issue-term="pathname"
|
issue-term="pathname"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue