Skip to content

Commit 56ef364

Browse files
committed
修改笔记
1 parent 422e9d1 commit 56ef364

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

templaters/hexo笔记模板.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title:
3+
date: <% tp.file.creation_date() %>
4+
updated: <% tp.file.last_modified_date() %>
5+
tags:
6+
comments: true
7+
categories: "[]"
8+
thumbnail: <% tp.web.random_picture() %>
9+
published: false
10+
---

templaters/当前时间.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<% tp.file.creation_date() %>

templaters/随机头图.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
<% tp.web.random_picture("1920x1080", "starry sky, science fiction") %>

0 commit comments

Comments
 (0)