diff options
Diffstat (limited to 'templates/stats.html')
| -rw-r--r-- | templates/stats.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/templates/stats.html b/templates/stats.html index 7b54634..2983418 100644 --- a/templates/stats.html +++ b/templates/stats.html @@ -4,8 +4,13 @@ {% block content %} <section class="page-heading"> - <p class="eyebrow">Stats</p> - <h1>Watching patterns</h1> + <div class="page-heading-row"> + <div> + <p class="eyebrow">Stats</p> + <h1>Watching patterns</h1> + </div> + <a class="button-link" href="/stats/year-in-review">Year in review</a> + </div> </section> <section class="stats-layout"> |
