Sha256: e13870f56b8fcf33b98977690e6d72365f6536fcc594055bf4f49429a771f883

Contents?: true

Size: 254 Bytes

Versions: 2

Compression:

Stored size: 254 Bytes

Contents

<!doctype html>

<html>

  <head>
    <title>Blog sources no title app</title>
  </head>

  <body>

    <% if is_blog_article? %>

      <%= yield %>
      <%= current_article.url %>

    <% else %>

      <%= yield %>

    <% end %>

  </body>

</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
middleman-blog-4.0.3 fixtures/blog-sources-no-title-app/source/layout.erb
middleman-blog-4.0.2 fixtures/blog-sources-no-title-app/source/layout.erb