Sha256: e58f601b3259392f085ca838b11eee5a254652166ad4c7fbc77db505a1c050d5

Contents?: true

Size: 861 Bytes

Versions: 2

Compression:

Stored size: 861 Bytes

Contents

<!DOCTYPE html>
<html lang="<%= I18n.locale %>">
  <head>
    <%= render 'shared/page_header' %>
    <%= themeable_stylesheet_link_tag :theme %>
    <%= themeable_javascript_include_tag :theme %>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title><%=h page_title %></title>
  </head>

  <body>
    <div class="container">
      <div class="header">
        <h1><%= link_to this_blog.blog_name, this_blog.base_url %></h1>
        <p class="desc"><%= this_blog.blog_subtitle %></p>
      </div>

      <div class="content">
        <%= yield %>
      </div>

      <div class="sidebar">
        <%= render_sidebars %>
      </div>

      <div class="footer">
        <p class="legal">
        <%= t(".powered_by_html", powered_by: link_to('Publify', 'http://publify.co')) %>
        </p>
      </div>
    </div>
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
publify_core-9.1.0 app/views/layouts/default.html.erb
publify_core-9.0.1 app/views/layouts/default.html.erb