Sha256: 0ca604513356a7fb212f79a8f2bfdcaf17d45422e8314cee7a88a5a65cc43874
Contents?: true
Size: 259 Bytes
Versions: 2
Compression:
Stored size: 259 Bytes
Contents
<!doctype html> <html> <head> </head> <body> <% if is_blog_article? %> URL: <%= current_article.url %> Category: <%= current_article.data[:category] %> <%= yield %> <% else %> <%= yield %> <% end %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
middleman-blog-4.0.1 | fixtures/permalink-data-app/source/layout.erb |
middleman-blog-4.0.0 | fixtures/permalink-data-app/source/layout.erb |