Added commenting system, updated readme accordingly, and also updated styles slightly

This commit is contained in:
2016-11-28 11:11:33 +00:00
parent ad29ab9fe5
commit 1b558e3ee2
5 changed files with 23 additions and 6 deletions

View File

@ -2,8 +2,7 @@ var smoothState;
$(document).ready(function(){
var options = {
prefetch: true,
debug: true,
prefetch: true,
onStart: {
duration: 400,
render: function (container, url) {

View File

@ -81,7 +81,7 @@ body{
padding-top: 10px;
padding-bottom: 20px;
>div{
width: 80%;
width: 90%;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
@ -137,7 +137,7 @@ body{
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
width: 80%;
width: 90%;
margin-left: auto;
margin-right: auto;
h3{
@ -433,7 +433,7 @@ body{
#content[data-slug="blog"]{ //main page
.post{
width: 80%;
width: 90%;
max-width: 800px;
margin-left: auto;
margin-right: auto;
@ -474,11 +474,13 @@ body{
}
#content[data-slug^="blog"]{ //posts and main page
.blogpost{
.blogpost, #isso-thread{
width: 100%;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.blogpost{
line-height: 1.55;
}
}

View File

@ -9,3 +9,5 @@ layout: contentpage
<div class="blogpost">
<%- content %>
</div>
<script src="<%- site.isso_url %>js/embed.min.js" data-isso="<%- site.isso_url %>"></script>
<section id="isso-thread"></section>