1
0
mirror of https://github.com/prometheus/docs.git synced 2026-02-06 18:44:55 +01:00
Files
docs/layouts/default.html
Matthias Rampke 40e71d07f8 Revert changes to the default layout
and instead make a new "page" layout for markdown-based pages. This
avoids changing the HTML based pages which are using the "default"
layout currently.
2018-01-08 18:50:56 +00:00

9 lines
129 B
HTML

<%= render 'header' %>
<div class="container">
<%= yield %>
<%= render 'container_footer' %>
</div>
<%= render 'footer' %>