This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
mcedit.github.com/links.html
Scott Emmons acc2283546 Modularize components and add Links menu for mobile
- 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
2014-08-23 07:07:36 -07:00

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>