Commit b931de09b690c08ecddb730270986772fdc37759
Tweak title to show git-ssb in front making it easier to find with many tabs open
Anders Rune Jensen committed on 12/22/2016, 7:35:37 PMParent: 23f06dc2e853daaf5fedd6ba7d44ae0a8367da4f
Files changed
index.js | changed |
index.js | |||
---|---|---|---|
@@ -439,9 +439,9 @@ | |||
439 | 439 … | [code || 200, { | |
440 | 440 … | 'Content-Type': 'text/html' | |
441 | 441 … | }], | |
442 | 442 … | '<!doctype html><html><head><meta charset=utf-8>', | |
443 | - '<title>' + (title || app) + '</title>', | ||
443 … | + '<title>' + app + (title != undefined ? ' - ' + title : '') + '</title>', | ||
444 | 444 … | '<link rel=stylesheet href="/static/styles.css"/>', | |
445 | 445 … | '<link rel=stylesheet href="/highlight/foundation.css"/>', | |
446 | 446 … | '</head>\n', | |
447 | 447 … | '<body>', | |
Built with git-ssb-web