<% if (computed.licenses.favorite.length) { %>
Prefer <%= computed.licenses.favorite %> license
@@ -438,6 +439,40 @@
<% } %>
+ <% if (computed.plugins.isocalendar) { %>
+
+
+
+ Contributions calendar
+
+
+
+ <% if (computed.plugins.isocalendar.error) { %>
+
+
+ <%= computed.plugins.isocalendar.error.message %>
+
+ <% } %>
+
+ <% if (!computed.plugins.isocalendar.error) { %>
+
+
+
+ Current streak <%= computed.plugins.isocalendar.streak.current %> day<%= s(computed.plugins.isocalendar.streak.current) %>
+
+
+
+ ~ <%= computed.plugins.isocalendar.average %> commits per day
+
+
+ <% } %>
+
+ <% if (computed.plugins.isocalendar.svg) { %>
+ <%- computed.plugins.isocalendar.svg %>
+ <% } %>
+
+ <% } %>
+
<% if (base.metadata) { %>