zeus.ugent.be/layouts/blogpost.md

12 lines
205 B
Markdown
Raw Normal View History

2016-10-31 11:29:44 +00:00
<% if item[:toc] %>
2016-10-31 11:37:19 +00:00
<aside class="menu is-pulled-right" markdown="1">
<p class="menu-label">
Table of Contents
</p>
2016-10-31 11:29:44 +00:00
* x
2017-02-02 14:48:38 +00:00
{:toc .toc-depth-<%= item[:toc][:depth] %>}
2016-10-31 11:37:19 +00:00
</aside>
2016-10-31 11:29:44 +00:00
<% end %>
<%= yield %>