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:
parent
ff37899e2b
commit
8692b53587
@ -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/">↑ 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}}
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body id="hello">
|
<body id="hello">
|
||||||
|
|
||||||
<h1>{{.Title}}</h1>
|
<h1>{{.Title}}</h1> <span class="updated"><a href="/~bear/">↑ 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>
|
||||||
|
Loading…
Reference in New Issue
Block a user