Move timezone to next line in classic footer (#336) [skip ci]
This commit is contained in:
@@ -12,9 +12,9 @@
|
|||||||
<% if (base.metadata) { %>
|
<% if (base.metadata) { %>
|
||||||
<footer>
|
<footer>
|
||||||
<% if (account === "user") { %>
|
<% if (account === "user") { %>
|
||||||
<span>These metrics <%= !computed.token.scopes.includes("repo") ? "do not include all" : "include" %> private contributions<% if ((config.timezone?.name)&&(!config.timezone?.error)) { %>, timezone <%= config.timezone.name %><% } %></span>
|
<span>These metrics <%= !computed.token.scopes.includes("repo") ? "do not include all" : "include" %> private contributions</span>
|
||||||
<% } %>
|
<% } %>
|
||||||
<span>Last updated <%= meta.generated %> with lowlighter/metrics@<%= meta.version %></span>
|
<span>Last updated <%= meta.generated %> <% if ((config.timezone?.name)&&(!config.timezone?.error)) { %>(timezone <%= config.timezone.name %>)<% } %> with lowlighter/metrics@<%= meta.version %></span>
|
||||||
</footer>
|
</footer>
|
||||||
<% } %>
|
<% } %>
|
||||||
<div id="metrics-end"></div>
|
<div id="metrics-end"></div>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user