We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c5fb3 commit afe1bdaCopy full SHA for afe1bda
layouts/partials/footer.html
@@ -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
9
+ <a href="https://github.com/data-apis">GitHub</a>
10
11
12
+ <a href="https://github.com/data-apis/governance/blob/master/consortium_governance.md">Governance</a>
13
14
15
+ <a href="https://github.com/data-apis/.github/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a>
16
17
+ </ul>
18
+ </nav>
19
+ <p>© Consortium Members; Licence MIT.</p>
20
+ </footer>
0 commit comments