git ssb

2+

cel / scuttlebot.io



Commit 48dd38e9b7b5298bdac2406eadb91e13ba6494bb

cut out a lot of the footer, for now

Paul Frazee committed on 3/17/2016, 1:56:49 AM
Parent: edfe87d7167dab54441ad8875b7ee230fce8ea0c

Files changed

tmpl/footer.part.jschanged
tmpl/footer.part.jsView
@@ -6,21 +6,8 @@
66 }
77
88 module.exports = (c) => `<div class="footer">
99 <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">
2310 <li>Community</li>
2411 <li><p>#scuttlebutt on freenode</p></li>
2512 <li><a href="https://github.com/ssbc">GitHub Org</a></li>
2613 <li><a href="https://github.com/ssbc/scuttlebot">GitHub Repo</a></li>

Built with git-ssb-web