Commit e1e50e5b66f235e6e7930307effbf9c0ef0063b7
Minor UI updates
- Make appname part of the title link - Add <hr> to end of pageCharles Lehner committed on 3/20/2016, 1:07:17 AM
Parent: ce79dc64530d1f997ae0c180d41acc7333c89218
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -322,15 +322,15 @@ | ||
322 | 322 | '<link rel=stylesheet href="/styles.css"/>', |
323 | 323 | '</head>\n', |
324 | 324 | '<body>', |
325 | 325 | '<header>', |
326 | - '<h1><a href="/">git ssb</a>' + | |
326 | + '<h1><a href="/">git ssb' + | |
327 | 327 | (ssbAppname != 'ssb' ? ' <sub>' + ssbAppname + '</sub>' : '') + |
328 | - '</h1>', | |
328 | + '</a></h1>', | |
329 | 329 | '</header>', |
330 | 330 | '<article>']), |
331 | 331 | renderTry(read), |
332 | - pull.once('</article></body></html>') | |
332 | + pull.once('<hr/></article></body></html>') | |
333 | 333 | ]) |
334 | 334 | } |
335 | 335 | |
336 | 336 | function serveError(err) { |
Built with git-ssb-web