This website requires JavaScript.
Explore
Help
Sign In
lianglianglee
/
hexo-theme-keep
mirror of
https://github.com/liangliangle/hexo-theme-keep.git
Watch
1
Star
0
Fork
You've already forked hexo-theme-keep
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7b2625d11b
hexo-theme-keep
/
layout
/
index.ejs
2 lines
44 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add: layout, languages, source等文件,搭建项目骨架,实现了基本的逻辑交互功能
2020-03-13 19:26:09 +08:00
<!-- index 首页 -->
抽离出页面模板 page.ejs,根据不同的路由,渲染不同内容
2020-03-15 17:39:18 +08:00
<%- partial('page') %>