mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-16 12:25:53 +00:00
fix the post template
This commit is contained in:
parent
4ee0654120
commit
8583925978
1 changed files with 2 additions and 2 deletions
4
blog.rb
4
blog.rb
|
|
@ -127,11 +127,11 @@ class Blag
|
|||
private
|
||||
|
||||
def post_template
|
||||
@article_template ||= File.read(File.join('templates', 'blog', 'post.mustache'))
|
||||
@post_template ||= File.read(File.join('templates', 'blog', 'post.mustache'))
|
||||
end
|
||||
|
||||
def link_template
|
||||
@article_template ||= File.read(File.join('templates', 'blog', 'link.mustache'))
|
||||
@link_template ||= File.read(File.join('templates', 'blog', 'link.mustache'))
|
||||
end
|
||||
|
||||
def blog_file
|
||||
|
|
|
|||
Loading…
Reference in a new issue