Amélioration de l'intégration d'Isso

This commit is contained in:
Stéphan Peccini 2025-06-18 21:55:48 +02:00
parent 9d1ac56433
commit 26134fc564
Signed by: stephan
GPG Key ID: 3A9774E9CCBF3501
3 changed files with 16 additions and 4 deletions

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

@ -5,5 +5,4 @@
data-title="{{ .Title }}" data-title="{{ .Title }}"
data-uri="{{ .RelPermalink }}" data-uri="{{ .RelPermalink }}"
></section> ></section>
<script data-isso="/isso/" src="/isso/js/embed.min.js"></script>
</div> </div>

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>