You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

37 lines
970 B

---
layout: default
---
<div class="uk-section">
<div class="uk-container uk-container-xsmall">
<article markdown="span" class="uk-article">
<h1 class="uk-article-title">{{ page.title | escape }}</h1>
<div class="uk-article-meta uk-margin-top uk-margin-medium-bottom">
{% include post-meta.html %}
</div>
<div class="uk-article-content">
{{ content }}
{% include share.html %}
{% include footer.html %}
</div>
<hr class="uk-margin-medium">
{% include paginate-post.html %}
{% if site.disqus.shortname %} {% include disqus_comments.html %} {% endif %}
</article>
<script>
// Table of contents scroll to
UIkit.scroll('#markdown-toc a', {
duration: 400,
offset: 120
});
</script>
</div>
</div>