Sha256: 40a6f2d6110a395de067cab468403a19680422acec12db9862c4ccab285d8e28

Contents?: true

Size: 810 Bytes

Versions: 7

Compression:

Stored size: 810 Bytes

Contents

<!DOCTYPE html>
<html lang="<%= I18n.locale %>">
  <head>
    <%= render 'shared/page_header' %>
    <%= themeable_stylesheet_link_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

7 entries across 7 versions & 1 rubygems

Version Path
publify_core-9.0.0 app/views/layouts/default.html.erb
publify_core-9.0.0.pre6 app/views/layouts/default.html.erb
publify_core-9.0.0.pre5 app/views/layouts/default.html.erb
publify_core-9.0.0.pre4 app/views/layouts/default.html.erb
publify_core-9.0.0.pre3 app/views/layouts/default.html.erb
publify_core-9.0.0.pre2 app/views/layouts/default.html.erb
publify_core-9.0.0.pre1 app/views/layouts/default.html.erb