Commit 48dd38e9b7b5298bdac2406eadb91e13ba6494bb
cut out a lot of the footer, for now
Paul Frazee committed on 3/17/2016, 1:56:49 AMParent: edfe87d7167dab54441ad8875b7ee230fce8ea0c
Files changed
tmpl/footer.part.js | changed |
tmpl/footer.part.js | ||
---|---|---|
@@ -6,21 +6,8 @@ | ||
6 | 6 | } |
7 | 7 | |
8 | 8 | module.exports = (c) => `<div class="footer"> |
9 | 9 | <ul class="footer-section"> |
10 | - <li>Guides</li> | |
11 | - ${item(c, '/guides/lets-write-a-todo-list-app/intro.html', 'Let\'s Write: a Todo-List app')} | |
12 | - ${item(c, '/guides/lets-write-a-private-messaging-app/intro.html', 'Let\'s Write: a Private Messaging app')} | |
13 | - ${item(c, '/guides/lets-write-a-file-sharing-app/intro.html', 'Let\'s Write: a File-Sharing app')} | |
14 | - ${item(c, '/guides/how-to-use-pull-streams/intro.html', 'How to use Pull Streams')} | |
15 | - </ul> | |
16 | - <ul class="footer-section"> | |
17 | - <li>Applications</li> | |
18 | - <li><a href="https://github.com/ssbc/patchwork" title="Patchwork">Patchwork</a> | |
19 | - <li><a href="https://github.com/ssbc/ssb-blessed-dashboard" title="CLI Dashboard">CLI Dashboard</a> | |
20 | - <li><a href="https://github.com/ssbc/ssb-example-pm" title="CLI Private Msg">CLI Private Msg</a> | |
21 | - </ul> | |
22 | - <ul class="footer-section"> | |
23 | 10 | <li>Community</li> |
24 | 11 | <li><p>#scuttlebutt on freenode</p></li> |
25 | 12 | <li><a href="https://github.com/ssbc">GitHub Org</a></li> |
26 | 13 | <li><a href="https://github.com/ssbc/scuttlebot">GitHub Repo</a></li> |
Built with git-ssb-web