add fun quotes page
This commit is contained in:
4
templates/components/quote.html
Normal file
4
templates/components/quote.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="quote">
|
||||
<blockquote>[[ quote.content ]]</blockquote>
|
||||
<cite>- [[ quote.from ]]</cite>
|
||||
</div>
|
||||
@@ -1,6 +0,0 @@
|
||||
<div class="random" id="archive">
|
||||
<div class="random-content">
|
||||
<a href="/archive">Visit the archives</a>
|
||||
</div>
|
||||
<a href="/#quote1">More random stuff</a>
|
||||
</div>
|
||||
@@ -8,5 +8,5 @@
|
||||
<img src="88x31/mh.gif" alt="Certified mostly harmless" loading="lazy"/>
|
||||
<img src="88x31/salt.gif" alt="Salt your passwords, OR ELSE!" loading="lazy"/>
|
||||
</div>
|
||||
<a href="/#archive">More random stuff</a>
|
||||
<a href="/#quote1">More random stuff</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user