Split SVG templates into partials and add config_order option (#53)
This commit is contained in:
7
source/templates/terminal/partials/gists.ejs
Normal file
7
source/templates/terminal/partials/gists.ejs
Normal file
@@ -0,0 +1,7 @@
|
||||
<% if (plugins.gists) { %>
|
||||
<div class="stdin"><%- meta.$ %> ls -lh github/gists</div><%# -%>
|
||||
<div class="stdout"><%# -%>
|
||||
Total <%= plugins.gists.totalCount %> gist<%= s(plugins.gists.totalCount) %>
|
||||
-r-- <b><%= `${plugins.gists.stargazers}`.padStart(5) %></b> stargazer<%= s(plugins.gists.stargazers) %>
|
||||
-r-- <b><%= `${plugins.gists.forks}`.padStart(5) %></b> fork<%= s(plugins.gists.forks) %>
|
||||
</div><% } -%>
|
||||
Reference in New Issue
Block a user