Actualiser themes/binario/layouts/partials/comments.html

This commit is contained in:
Stéphan Peccini 2025-06-18 18:01:21 +02:00
parent 93e27b8a0c
commit 8d67017c79
Signed by: stephan
GPG Key ID: 3A9774E9CCBF3501
5 changed files with 23 additions and 7 deletions

0
config.py Normal file
View File

View File

@ -107,4 +107,4 @@ La conclusion est la même que précédemment, mais avec des actions à mettre e
## Point d'attention ## Point d'attention
FabNum est encore en cours de développement. N'hésitez pas à me remonter vos commentaires, suggestions, bugs ; cela permettra de rendre FabNum encore plus pertinente. FabNum est encore en cours de développement. N'hésitez pas à me remonter vos commentaires (dans la zone correspondante en bas d'article), suggestions, bugs ; cela permettra de rendre FabNum encore plus pertinente.

View File

@ -18,3 +18,11 @@ article img {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
padding-bottom: 0.5rem; padding-bottom: 0.5rem;
} }
.isso-text > p {
color: #333 !important;
}
.isso-auth-section label {
color: #333 !important;
}

View File

@ -1,5 +1,8 @@
<div class="comments-box"> <div class="comments-box">
<h2>Commentaires</h2> <section
<section id="isso-thread"></section> id="isso-thread"
data-isso="/isso/"
data-title="{{ .Title }}"
data-uri="{{ .RelPermalink }}"
></section>
</div> </div>
<script data-isso="/isso/" src="/isso/js/embed.min.js"></script>

View File

@ -1,4 +1,9 @@
<header class="header"> <header class="header">
{{ partial "header_logo.html" . }} {{ partial "header_logo.html" . }} {{ partial "header_menu.html" . }} {{ "<!-- isso -->"
{{ partial "header_menu.html" . }} | safeHTML }}
</header> <script
data-isso="{{ .Site.BaseURL }}isso/"
src="{{ .Site.BaseURL }}isso/js/embed.min.js"
></script>
{{ "<!-- end isso -->" | safeHTML }}
</header>