Improve cache view
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
{{define "content"}}
|
{{define "content"}}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p>This is a rudimentary cached copy of <a href="{{ .CachedURL }}">{{ .CachedURL }}</a>, go there to get the latest copy. No ownership of this content is implied.</p>
|
<p>
|
||||||
<h2>{{ .CachedTitle }}</h2>
|
This is a cached copy of <a href="{{ .CachedURL }}">{{ .CachedURL }}</a>,
|
||||||
<pre>{{ .CachedContent }}</pre>
|
go there to get the latest copy. No ownership of this content is implied.
|
||||||
|
</p>
|
||||||
|
<article>
|
||||||
|
<h2><a href="{{ .CachedURL }}">{{ .CachedTitle }}</a></h2>
|
||||||
|
<pre>{{ .CachedContent }}</pre>
|
||||||
|
</article>
|
||||||
<small>If your page appears here and you do not want it to, please contact <a href="/support">Support</a></small>
|
<small>If your page appears here and you do not want it to, please contact <a href="/support">Support</a></small>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user