Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
Update header.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaisslaying authored Jun 29, 2021
1 parent 5d2b675 commit 720873c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/Views/partials/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link href="<%= defaultWebURL %>/img/lgbt.png" type="image/png" rel="shortcut-icon">
<link href="<%= defaultWebURL %>/img/lgbt.png" type="image/png" rel="icon">
<link href="<%= defaultWebURL %>/css/theme/<%= preferredTheme %>/standard.css?v=<%= cssVersion %>" media="screen, print" rel="stylesheet">
<script async src="https://arc.io/widget.min.js#ctdPkpZZ"></script>
<% if (pageType.bot === true) {
let color = "#b114ff"
if(req.user) color = req.user.db.preferences.defaultColour
Expand Down Expand Up @@ -167,8 +168,6 @@
<% if (htmlDir === "rtl") { %><%- include("./rtl.ejs") %><% } %>
<script async src="https://arc.io/widget.min.js#ctdPkpZZ"></script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
Expand Down

0 comments on commit 720873c

Please sign in to comment.