1
0
mirror of https://github.com/thebaer/tildes.git synced 2018-07-20 07:15:21 +00:00

Add Up links and some code style

This commit is contained in:
Matt Baer 2015-03-08 12:57:13 -05:00
parent ff37899e2b
commit 8692b53587
2 changed files with 9 additions and 2 deletions

View File

@ -18,12 +18,19 @@
color: #aaa; color: #aaa;
font-size: 0.9em; font-size: 0.9em;
} }
h2 {
padding: 0;
}
h2 a {
padding: 0 10px;
color: white;
}
</style> </style>
</head> </head>
<body id="hello"> <body id="hello">
<h1>{{.FolderName}} on {{.Host}}</h1> <h1>{{.FolderName}} on {{.Host}}</h1> <span class="updated"><a href="/~bear/">&uarr; up</a></span>
<p>Last Updated: <time datetime="{{.Updated}}">{{.UpdatedForHumans}}</time></p> <p>Last Updated: <time datetime="{{.Updated}}">{{.UpdatedForHumans}}</time></p>
{{range .Users}} {{range .Users}}

View File

@ -20,7 +20,7 @@
</head> </head>
<body id="hello"> <body id="hello">
<h1>{{.Title}}</h1> <h1>{{.Title}}</h1> <span class="updated"><a href="/~bear/">&uarr; up</a></span>
<p>Last Updated: <time datetime="{{.Updated}}">{{.UpdatedForHumans}}</time></p> <p>Last Updated: <time datetime="{{.Updated}}">{{.UpdatedForHumans}}</time></p>
<p style="font-size: 1.2em">Current jackpot: <strong>{{.Jackpot}}</strong></p> <p style="font-size: 1.2em">Current jackpot: <strong>{{.Jackpot}}</strong></p>