new-tab-page/index.html
Lynne 2147f0e269
All checks were successful
continuous-integration/drone/push Build is passing
render link list, restructure layout
2020-02-29 20:37:27 +10:00

14 lines
190 B
HTML

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