第三次作业题目和答案(未公布)
This commit is contained in:
commit
b01ba87404
102 changed files with 8693 additions and 0 deletions
8
themes/landscape/layout/_widget/archive.ejs
Normal file
8
themes/landscape/layout/_widget/archive.ejs
Normal file
|
@ -0,0 +1,8 @@
|
|||
<% if (site.posts.length){ %>
|
||||
<div class="widget-wrap">
|
||||
<h3 class="widget-title"><%= __('archive_a') %></h3>
|
||||
<div class="widget">
|
||||
<%- list_archives({show_count: theme.show_count, type: theme.archive_type}) %>
|
||||
</div>
|
||||
</div>
|
||||
<% } %>
|
Loading…
Add table
Add a link
Reference in a new issue