Skip to content

Commit

Permalink
Update cookies.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Aug 27, 2024
1 parent a530f40 commit 2383024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/main/cookies.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% extends 'base.html' %}

{%- set pageTitle = 'Browse' -%}
{%- set pageTitle = 'Cookies' -%}

{% block content %}
<div class="tna-section">
<div class="tna-container">
<div class="tna-column tna-column--width-2-3 tna-column--width-5-6-medium tna-column--full-small tna-column--full-tiny">
<h1 class="tna-heading-xl">Cookies</h1>
<h1 class="tna-heading-xl">{{ pageTitle }}</h1>
</div>
</div>
</div>
Expand Down

0 comments on commit 2383024

Please sign in to comment.