Skip to content

Commit

Permalink
add spacing for legibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gowin20 committed Feb 22, 2024
1 parent 1f3e445 commit 2f4ed63
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/_includes/components/sidebar-leaf.njk
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{%extends "components/sidebar.njk" %}
{% from 'name.njk' import myName %}
{% set nameClass %}
{%if myName == 'George'%}
name-george
{%else%}
name-gwen
{%endif%}
{%if myName == 'George'%}
name-george
{%else%}
name-gwen
{%endif%}
{%endset%}
{% block topmatter %}
<div onclick="location.href='/blog'" class="side-name name-full {{nameClass}}">{{myName | upper}} OWEN</div>
Expand Down

0 comments on commit 2f4ed63

Please sign in to comment.