new-tab-page/_includes/links.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

5 lines
117 B
HTML

<ul>
{%- for item in site.data.links %}
<li><a href='{{ item.link }}'>{{ item.name }} </a></li>
{%- endfor %}
</ul>