From c6d6702cf838fa8d43a511d455f45a385b74e427 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 9 Jul 2017 01:23:54 -0400 Subject: add: Rendering of quotes. --- src/data/templates/quotes.hbs | 84 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 src/data/templates/quotes.hbs (limited to 'src/data/templates') diff --git a/src/data/templates/quotes.hbs b/src/data/templates/quotes.hbs new file mode 100644 index 0000000..68f0a5b --- /dev/null +++ b/src/data/templates/quotes.hbs @@ -0,0 +1,84 @@ + + + + + + Quotes fra #linux.no på freenode + + + + +
+                     _ _  
+                    | (_)_ __  _   ___  __  _ __   ___  
+              _|_|_ | | | '_ \| | | \ \/ / | '_ \ / _ \ 
+              _|_|_ | | | | | | |_| |)  ( _| | | | (_) | 
+               | |  |_|_|_| |_|\__,_/_/\_(_)_| |_|\___/ 
+             -=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=- GAMMA -=-
+                   Quotes fra #linux.no på freenode
+                  Klikk her for å legge til en quote
+
+              Sortér etter quote-dato | score | timestamp
+
+
+ +{{#each quotes}} + +
+#{{id}}, lagt til av {{author}}
+Dato: {{date}}, Score: + +{{score}} (fra {{votes}}), Vote: + 1 + 2 + 3 + 4 + 5 + , + +

+

+ +{{content}} +
+
+{{/each}} + + +
+
+

linoquotes v.3 © 2004-2017 Kjetil Ørbekk, Erlend Hamberg, Vidar Holen, John H. Anthony. +

Source code at https://git.orbekk.com/linoquotes-gamma.git. +

The quotes on this page are copyright their respective owners and submitters.

+
+ + + + + -- cgit v1.2.3