Separate link button and tabs into sections on the links page
This commit is contained in:
parent
b70691df4b
commit
341243b6bc
|
@ -6,7 +6,12 @@ isContentDivided: true
|
||||||
{% set linkGroups = collections["link groups"] %}
|
{% set linkGroups = collections["link groups"] %}
|
||||||
|
|
||||||
<section class="content__section">
|
<section class="content__section">
|
||||||
|
<h2>Link to My Website</h2>
|
||||||
{% include "main/site-btn.njk" %}
|
{% include "main/site-btn.njk" %}
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="content__section">
|
||||||
|
<h2>Links by Category</h2>
|
||||||
|
|
||||||
<p>Use the following tabs to view my link collection by category.</p>
|
<p>Use the following tabs to view my link collection by category.</p>
|
||||||
<nav>
|
<nav>
|
||||||
|
|
Loading…
Reference in New Issue