mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-09 15:08:08 -05:00
Whoops, forgot the _layouts templates.
This commit is contained in:
1
lib/theme_template/_layouts/default.html
Normal file
1
lib/theme_template/_layouts/default.html
Normal file
@@ -0,0 +1 @@
|
||||
{{ content }}
|
||||
5
lib/theme_template/_layouts/page.html
Normal file
5
lib/theme_template/_layouts/page.html
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
{{ content }}
|
||||
5
lib/theme_template/_layouts/post.html
Normal file
5
lib/theme_template/_layouts/post.html
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
{{ content }}
|
||||
Reference in New Issue
Block a user