Skip to content

Commit

Permalink
shorten title
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronya-Rand committed Feb 4, 2024
1 parent fe9755c commit fb356df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
{%- assign default_paths = site.pages | map: "path" -%}
{%- assign page_paths = site.header_pages | default: default_paths -%}
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
<!-- <a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a> -->
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">Bronya's Character Bot Archive</a>
</div>

<div class="wrapper">
Expand All @@ -18,7 +19,7 @@
</svg>
</span>
</label>

<div class="trigger">
{%- for path in page_paths -%}
{%- assign my_page = site.pages | where: "path", path | first -%}
Expand Down

0 comments on commit fb356df

Please sign in to comment.