feat(templates/repository, templates/terminal): additional support (#660)
This commit is contained in:
4
source/templates/terminal/partials/screenshot.ejs
Normal file
4
source/templates/terminal/partials/screenshot.ejs
Normal file
@@ -0,0 +1,4 @@
|
||||
<% if (plugins.screenshot) { %>
|
||||
<div class="stdin"><%- meta.$ %> wget <%= plugins.screenshot.url %></div><%# -%>
|
||||
<div class="stdout"><%# -%><img class="screenshot autosize" src="<%= plugins.screenshot.image %>" height="<%= plugins.screenshot.height %>" width="<%= plugins.screenshot.width %>" alt=""/></div>
|
||||
<% } %>
|
||||
Reference in New Issue
Block a user