Skip to content

Commit

Permalink
no javascript notice
Browse files Browse the repository at this point in the history
  • Loading branch information
22mahmoud committed Nov 14, 2023
1 parent 6cad76d commit afff6e6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions templates/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,14 @@
padding-bottom: 1em;
}

noscript {
background: #f9c642;
color: black;
padding: 10px;
border-radius: 8px;
display: block;
}

.site-title a {
color: var(--c2);
font-weight: bold;
Expand Down Expand Up @@ -340,6 +348,8 @@
$for(include-after)$ $include-after$ $endfor$

$if(date)$
<h3>Comments</h3>
<noscript>you have to enable javascript to load comments module</noscript>
<div id="remark42"></div>
$endif$
</main>
Expand Down

0 comments on commit afff6e6

Please sign in to comment.