mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Initial commit
This commit is contained in:
parent
8e3b6da84f
commit
95607eea61
241 changed files with 14242 additions and 3 deletions
51
_layouts/post.html
Normal file
51
_layouts/post.html
Normal file
|
@ -0,0 +1,51 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" itemscope itemtype="http://schema.org/Blog">
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
<div id="preloader">
|
||||
<div class="loader-gplus"></div>
|
||||
</div>
|
||||
<div id="st-container" class="st-container">
|
||||
<div class="st-pusher">
|
||||
<div class="st-content">
|
||||
|
||||
{% include header.html %}
|
||||
|
||||
{% include post.html isStaticPost=page.isStaticPost %}
|
||||
|
||||
{% include footer.html %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include analytics.html %}
|
||||
|
||||
<script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||
<!-- jQuery local fallback -->
|
||||
<script>
|
||||
window.jQuery || document.write('<script src="{{ "/js/jquery-2.1.1.min.js " | prepend: site.baseurl }}><\/script>')
|
||||
</script>
|
||||
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
||||
<!-- Bootstrap JS local fallback -->
|
||||
<script>
|
||||
if (typeof ($.fn.modal) === 'undefined') {
|
||||
document.write('<script src="{{ "/js/bootstrap.min.js " | prepend: site.baseurl }}><\/script>')
|
||||
}
|
||||
</script>
|
||||
<script src="{{ "/js/jquery.appear.min.js" | prepend: site.baseurl }}"></script>
|
||||
<script src="{{ "/js/waves.min.js" | prepend: site.baseurl }}"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
var bodyColor = $('body').css('color');
|
||||
if (bodyColor != 'rgb(51, 51, 51)') {
|
||||
$("head").prepend('<link rel="stylesheet" href="{{ "/css/bootstrap.min.css" | prepend: site.baseurl }}">');
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<script src="{{ "/js/scripts.min.js" | prepend: site.baseurl }}"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue