Nouvelle version avec commentaires
This commit is contained in:
parent
91b483c2f6
commit
0bc71bec67
@ -3,3 +3,18 @@ article img {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.comments-box {
|
||||
border: 1px solid #ccc;
|
||||
padding: 1.5rem;
|
||||
margin-top: 2rem;
|
||||
border-radius: 8px;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
.comments-box h2 {
|
||||
margin-top: 0;
|
||||
font-size: 1.4rem;
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
</footer>
|
||||
{{ end }}
|
||||
</article>
|
||||
<hr />
|
||||
{{ partial "comments.html" . }}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
@ -1,2 +1,5 @@
|
||||
<div class="comments-box">
|
||||
<h2>Commentaires</h2>
|
||||
<section id="isso-thread"></section>
|
||||
</div>
|
||||
<script data-isso="/isso/" src="/isso/js/embed.min.js"></script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user