Skip to content

Commit efe63a4

Browse files
committed
Library-dedicated layout
1 parent f15956f commit efe63a4

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

layouts/libraries.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<%= render 'head' %>
2+
3+
<body class="api">
4+
<%= render 'header' %>
5+
6+
<div class="wrapper library-list">
7+
<%= yield %>
8+
</div>
9+
10+
<%= render 'footer' %>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)