Sha256: 13def4b55d33ce023445bfcc45210badc1bc066ae2da7820baa0b5c244777f15

Contents?: true

Size: 870 Bytes

Versions: 1

Compression:

Stored size: 870 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

1 entries across 1 versions & 1 rubygems

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