Actualiser themes/binario/layouts/partials/comments.html
This commit is contained in:
parent
93e27b8a0c
commit
8d67017c79
@ -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.
|
||||||
|
|||||||
@ -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;
|
||||||
|
}
|
||||||
|
|||||||
@ -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>
|
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user