addedd background and disqus

This commit is contained in:
Walker Waylon Scott 2017-07-23 13:44:45 -05:00
parent 203889aba4
commit 51c898f266
2 changed files with 19 additions and 5 deletions

View file

@ -5,15 +5,22 @@
{{ super() }}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link rel='stylesheet' type='text/css' href='static/css/wsw_notebook.css'>
<!-- <link rel='stylesheet' type='text/css' href='static/css/custom.css'> -->
<link rel='stylesheet' type='text/css' href='static/css/custom.css'>
{% endblock %}
{% block body %}
{{ super ()}}
<div class='notebook-container' style='float:center; max-width: 800px; margin-left:auto; margin-right:auto background-color:white' >
<div id="bottom-image" style='min-height: 1200px'>
<div id="middle-image" style='min-height: 1200px'>
<div id="top-image" style='min-height: 1200px'>
<div class='notebook-container' style='float:center; max-width: 800px; margin-left:auto; margin-right:auto; background-color:white' >
{{ body | safe }}
<div id="disqus_thread"></div>
</div>
</div>
</div>
</div>
<!-- {{ body | safe }} -->
<script>
@ -35,4 +42,5 @@ $('#show-code-btn').click(function (event){
$('.input_area').toggle()
});
</script>
<script src='static/js/lights.js?v=1'></script>
{% endblock %}

View file

@ -111,9 +111,15 @@
{% endfor %}
</div>
{% endfor %}
{ body | safe }
<div id="disqus_thread"></div>
</div>
</div>
</div>
</div>
<script src='static/js/enthusiast.js?v=4'></script>
<script src='static/js/enthusiast.js?v=5'></script>
<script src='static/js/lights.js?v=1'></script>
<script src='static/js/lights.js?v=1'></script>
{% endblock %}