Skip to content

Commit

Permalink
Add credit to pduchnovsky and yukimuon
Browse files Browse the repository at this point in the history
  • Loading branch information
adisaktijrs committed Mar 2, 2021
1 parent a63bfae commit 03f85ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@ See the quick start instruction and [documentation here](https://adisaktijrs.git
## Development
Everyone is welcome to contribute! Go ahead, fork and make pull request 😁

## Credit
Big thanks to [@pduchnovsky](https://github.com/pduchnovsky) and [yukimuon](https://github.com/yukimuon) to help me making this theme even better!

## Licence
Minima is released under [MIT License](https://github.com/adisaktijrs/hexo-theme-minima/blob/master/LICENSE). Copyright © 2020 Adi Sakti Jrs
2 changes: 1 addition & 1 deletion layout/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<p class="bottom"><%- full_date(post.date, 'll') %></p>
</div>
<div class="nine columns left mb-3">
<a href="<%- url_for(post.path) %>" class="">
<a href="<%- url_for(post.path) %>" >
<% if (post.title == "") { %>
no title
<% } else { %>
Expand Down
4 changes: 2 additions & 2 deletions layout/tag.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
%>
<% if(title) { %>
<h3 class="">Posts Related to — <%- title %></h3>
<h3>Posts Related to — <%- title %></h3>
<% } %>
<% page.posts.each(function(item){ %>
Expand All @@ -20,7 +20,7 @@
<p class="bottom"><%- full_date(item.date, 'll') %></p>
</div>
<div class="nine columns left mb-3">
<a href="<%- url_for(item.path) %>" class="">
<a href="<%- url_for(item.path) %>">
<% if (item.title == "") { %>
no title
<% } else { %>
Expand Down

0 comments on commit 03f85ae

Please sign in to comment.