Skip to content

Commit

Permalink
add sidebar widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillippOhlandt committed Apr 16, 2016
1 parent 3a196d3 commit b087055
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions record-sidebar-left.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

<!-- Sidebar -->
<div id="sidebar" class="4u">

{{ widgets('aside_top') }}

<section>
<header class="major">
<h2>Latest Pages</h2>
Expand All @@ -32,6 +35,9 @@
{% endfor %}
</ul>
</section>

{{ widgets('aside_bottom') }}

</div>

<!-- Content -->
Expand Down
6 changes: 6 additions & 0 deletions record-sidebar-right.twig
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@

<!-- Sidebar -->
<div id="sidebar" class="4u">

{{ widgets('aside_top') }}

<section>
<header class="major">
<h2>Latest Pages</h2>
Expand All @@ -45,6 +48,9 @@
{% endfor %}
</ul>
</section>

{{ widgets('aside_bottom') }}

</div>

</div>
Expand Down

0 comments on commit b087055

Please sign in to comment.