13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
---
|
|
title: <%= @title %>
|
|
date: <%= @date.strftime('%F') %>
|
|
tags:
|
|
poster: /assets/img/bg/brickwall_@2X.png
|
|
published: false
|
|
---
|
|
.row
|
|
.col-sm-12
|
|
- if is_blog_article?
|
|
%h2 <%= @title.titleize %>
|
|
|