twitterchiver/viewer: add titles to pages
This commit is contained in:
parent
0fed7d1245
commit
0d8ff4ba40
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
<title>Twitterchiver</title>
|
||||||
<h1>Twitterchiver</h1>
|
<h1>Twitterchiver</h1>
|
||||||
<h2>Accounts visible to {{.Username}}</h2>
|
<h2>Accounts visible to {{.Username}}</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
<title>{{if .Query}}{{.Query}} - {{end}}@{{.TwitterUsername}} - Twitterchiver</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
background-color: rgb(21, 32, 43);
|
background-color: rgb(21, 32, 43);
|
||||||
|
|
Loading…
Reference in a new issue