Skip to content

Commit

Permalink
feat(post): update license interface
Browse files Browse the repository at this point in the history
  • Loading branch information
neoFelhz authored Jun 21, 2017
1 parent 9310613 commit 39311c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions layout/_partial/post-content.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<% if(theme.scheme === 'Paradox') { %>
<%- page.content %>
<% if (theme.license || page.license) { %>
<blockquote>
<p>
<blockquote style="margin: 2em 0 0;padding: 0.5em 1em;border-left: 3px solid #F44336;background-color: #F5F5F5;list-style: none;">
<p><strong>
<% if (page.license) { %>
<%- page.license %>
<% } else { %>
<%- theme.license %>
<% } %>
<% } %></strong>
<br>
<%- __('post.permalink') %> <%= page.permalink %>
<strong><%- __('post.permalink') %></strong><a href="<%= page.permalink %>"><%= page.permalink %></a>
</p>
</blockquote>
<% } %>
Expand Down

0 comments on commit 39311c2

Please sign in to comment.