
- Various components - disqus, analytics modularized better. - List of links moved into it's own file. - Links menu for mobile, hidden on larger screen, since the sidebar is hidden on mobile. - Add comments to config
10 lines
170 B
HTML
10 lines
170 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<!-- This page provides the sidebar links for mobile, where the sidebar is hidden -->
|
|
|
|
<div class="well">
|
|
{% include links-list.html %}
|
|
</div>
|