new-tab-page/index.html

17 lines
234 B
HTML

---
layout: default
title: New Tab
---
{% include search.html %}
<div id='boxes'>
<div class='box'>
<h2>Status</h2>
{% include status.html %}
</div>
<div class='box'>
<h2>Links</h2>
{% include links.html %}
</div>
</div>