第三次作业题目和答案(未公布)
This commit is contained in:
commit
b01ba87404
102 changed files with 8693 additions and 0 deletions
3
themes/landscape/layout/_partial/post/date.ejs
Normal file
3
themes/landscape/layout/_partial/post/date.ejs
Normal file
|
@ -0,0 +1,3 @@
|
|||
<a href="<%- url_for(post.path) %>" class="<%= class_name %>">
|
||||
<time datetime="<%= date_xml(post.date) %>" itemprop="datePublished"><%= date(post.date, date_format) %></time>
|
||||
</a>
|
Loading…
Add table
Add a link
Reference in a new issue