26 lines
1.0 KiB
XML
26 lines
1.0 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="99999" class="<%= !animated ? 'no-animations' : '' %>">
|
|
|
|
<defs><style><%= fonts %></style></defs>
|
|
<style><%= style %></style>
|
|
|
|
<foreignObject x="0" y="0" width="100%" height="100%">
|
|
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<% for (const partial of [...partials]) { %>
|
|
<%- await include(`partials/${partial}.ejs`) %>
|
|
<% } %>
|
|
|
|
<% if (base.metadata) { %>
|
|
<footer>
|
|
<% 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>Last updated <%= new Date().toGMTString() %> with lowlighter/metrics@<%= meta.version %></span>
|
|
</footer>
|
|
<% } %>
|
|
<div id="metrics-end"></div>
|
|
|
|
</div>
|
|
</foreignObject>
|
|
|
|
</svg>
|