fix: github ribbons
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
<% if (theme.cover.enable) { %>
|
||||
<section class="cover">
|
||||
<% if (theme.github && theme.github.url){ %>
|
||||
<%# "GitHub Ribbons" %>
|
||||
<a class="forkMe" style="position:absolute;z-index:999;top:0;right:0" href="<%=theme.github.url%>"
|
||||
target="_blank"><img width="149" height="149" src="<%- url_for('images/forkme.png') %>"
|
||||
class="attachment-full size-full" alt="Fork me on GitHub" data-recalc-dims="1"></a>
|
||||
<% } %>
|
||||
<div class="cover-frame">
|
||||
<div class="bg-box">
|
||||
<img src="<%- theme.cover.path %>" alt="image frame" />
|
||||
|
Reference in New Issue
Block a user