Sha256: ae584ab37c1164afb0ae46f8d887a24fc1a7cbf93cff79608c245311b64689bd
Contents?: true
Size: 664 Bytes
Versions: 24
Compression:
Stored size: 664 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <title><%= current_page.data.fetch("title", "Sitepress") %></title> <%= stylesheet_link_tag "site" %> </head> <body> <header> <%= image_tag "logo-brown.svg", class: "logo logo-light" %> <%= image_tag "logo-white.svg", class: "logo logo-dark" %> <h1 id="title"><%= current_page.data.fetch("title", "Sitepress") %></h1> </header> <main> <%= yield %> </main> <footer> Running version Sitepress <%= Sitepress::VERSION %>. Visit <a href="https://sitepress.cc/">sitepress.cc</a> for documentation, help, and updates. </footer> </body> </html>
Version data entries
24 entries across 24 versions & 1 rubygems