Skip to content

Commit afe1bda

Browse files
committed
Add a footer with navlinks
1 parent e1c5fb3 commit afe1bda

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

layouts/partials/footer.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<footer id="footer">
2+
<nav>
3+
<ul>
4+
<li><span>Consortium</span></li>
5+
<li>
6+
<a href="/blog/">Blog</a>
7+
</li>
8+
<li>
9+
<a href="https://github.com/data-apis">GitHub</a>
10+
</li>
11+
<li>
12+
<a href="https://github.com/data-apis/governance/blob/master/consortium_governance.md">Governance</a>
13+
</li>
14+
<li>
15+
<a href="https://github.com/data-apis/.github/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a>
16+
</li>
17+
</ul>
18+
</nav>
19+
<p>&copy Consortium Members; Licence MIT.</p>
20+
</footer>

0 commit comments

Comments
 (0)