mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 17:32:15 +03:00
01b49fede8
- Moved post route under posts resource - Changed ajax to use ic.ajax.request instead of ic.ajax.raw
9 lines
185 B
Handlebars
9 lines
185 B
Handlebars
{{partial "floating-header"}}
|
|
|
|
<section class="content-preview-content">
|
|
<div class="wrapper">
|
|
<h1>{{title}}</h1>
|
|
{{format-markdown markdown}}
|
|
</div>
|
|
</section>
|