AvalonDocumentationEngine/views/system/fullwidth.ejs

15 lines
538 B
Text
Raw Normal View History

2023-01-05 04:18:04 +00:00
<div class="fullwidthlink <%- jsony.link.redirect ? "showsearch" : "" %>" style="background-color: <%- jsony.color ?? "var(--bg)" %>;">
<% if (!jsony.link.redirect) { %>
<div class="taglist">
<% jsony.tags.forEach(function(tagname){ %>
<%- include("tag", {
implcl: locals,
tagname
}) %>
<% }); %>
</div>
<% } %>
<a class="linkname" href="/wiki/<%- namey %>">
<%- namey.replace(/_/g, " ") %> <%- jsony.link.redirect ? ("|=> " + jsony.link.location.replace(/_/g, " ")) : "" %>
</a>
</div>