Sha256: 4660b68456588f20498555806ea16eec6675bf6a5e4323131ef0f12d71980248

Contents?: true

Size: 872 Bytes

Versions: 23

Compression:

Stored size: 872 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', 'https://publify.github.io')) %>
        </p>
      </div>
    </div>
  </body>
</html>

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
HornsAndHooves-publify_core-10.5.0 app/views/layouts/default.html.erb
HornsAndHooves-publify_core-10.4.0 app/views/layouts/default.html.erb
HornsAndHooves-publify_core-10.3.0 app/views/layouts/default.html.erb
HornsAndHooves-publify_core-10.2.0 app/views/layouts/default.html.erb
publify_core-10.0.1 app/views/layouts/default.html.erb
publify_core-10.0.0 app/views/layouts/default.html.erb
publify_core-9.2.10 app/views/layouts/default.html.erb
HornsAndHooves-publify_core-10.1.1 app/views/layouts/default.html.erb
HornsAndHooves-publify_core-10.1.0 app/views/layouts/default.html.erb
HornsAndHooves-publify_core-10.0.3 app/views/layouts/default.html.erb
HornsAndHooves-publify_core-10.0.2 app/views/layouts/default.html.erb
HornsAndHooves-publify_core-10.0.1 app/views/layouts/default.html.erb
HornsAndHooves-publify_core-10.0.0 app/views/layouts/default.html.erb
publify_core-9.2.9 app/views/layouts/default.html.erb
publify_core-9.2.8 app/views/layouts/default.html.erb
publify_core-9.2.7 app/views/layouts/default.html.erb
publify_core-9.2.6 app/views/layouts/default.html.erb
publify_core-9.2.5 app/views/layouts/default.html.erb
publify_core-9.2.4 app/views/layouts/default.html.erb
publify_core-9.2.3 app/views/layouts/default.html.erb