Add Isso comments to blog

This commit is contained in:
Tyler Hallada 2017-11-15 21:56:48 -05:00
parent ba8e1100b4
commit 34009ecd61
3 changed files with 27 additions and 0 deletions

10
_includes/comments.html Normal file
View File

@ -0,0 +1,10 @@
<div class="card">
<div class="row clearfix">
<div class="column full">
<script data-isso="http://comments.hallada.net/blog/"
src="http://comments.hallada.net/isso/embed.min.js"></script>
<section id="isso-thread"></section>
</div>
</div>
</div>

View File

@ -17,4 +17,6 @@ layout: default
</div>
</div>
{% include comments.html %}
{% include mail-form.html %}

View File

@ -543,3 +543,18 @@ div.options-panel form {
div.options-panel form label {
display: block;
}
/*****************************************************************************/
/*
/* Comments (isso)
/*
/*****************************************************************************/
.isso-postbox .textarea-wrapper {
margin-top: 10px;
margin-bottom: 10px;
}
div.isso-postbox div.form-wrapper section.auth-section p.input-wrapper {
margin-right: 10px;
}