From 2dabae0c27f6b4324ed1393015bc8e68ab8c08ff Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 21 Sep 2022 10:50:55 +0200 Subject: [PATCH] new about section :3 --- html/channel.ejs | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/html/channel.ejs b/html/channel.ejs index aa916905..a206853a 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -32,6 +32,9 @@ @@ -90,6 +95,14 @@ + @@ -174,8 +187,39 @@

About

-

<%-desc.replace(/\n/g, "
")%>

-
<% } %> +

<%-desc.replace(/\n/g, "
")%>

+ + <% if (wiki.extract_html) { %> +

From the web

+ +
+

+ + <%-wiki.extract_html%>

+ +
+ +
+ +

+ + From wikipedia under CC-BY-SA 3.0 +

+
+ + +

+ <% } %> +
+ +

<%- about.Location%>

+

<%- about.Joined%>

+

<%- about.ViewCount%>

+ +
+ + <% } %>