mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 23:16:22 +00:00
13 lines
226 B
Text
13 lines
226 B
Text
|
.row
|
||
|
.col-2
|
||
|
= haml :'sites/_nav'
|
||
|
.col-10
|
||
|
%a.btn.btn-info{href: "/sites/#{@site.name}/posts/#{@post.basename}/edit"}
|
||
|
Editar
|
||
|
|
||
|
%h1= @post.data['title']
|
||
|
|
||
|
.content
|
||
|
:markdown
|
||
|
#{@post.content}
|