forked from timber/starter-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#61 adds pagination to the style guide
- Loading branch information
1 parent
2d14a08
commit ee16234
Showing
3 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
views/organisms/styleguide-sections/molecules/pagination.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{#@TODO create example pagination we can pass to our pagination FE template#} | ||
<div class="p-site xl:container py-block ts-bg-lt"> | ||
{% include ("molecules/pagination/pagination.twig") %} | ||
</div> |
7 changes: 7 additions & 0 deletions
7
views/organisms/styleguide-sections/molecules/social-nav.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<div class="p-site xl:container py-block ts-bg-dk"> | ||
{% include ("molecules/social-nav.twig") %} | ||
</div> | ||
<div class="p-site xl:container py-block ts-bg-lt"> | ||
{% include ("molecules/social-nav.twig") %} | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters