Skip to content

Commit

Permalink
style: formats code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Apr 24, 2024
1 parent 106e3d6 commit 8e122dc
Showing 1 changed file with 24 additions and 26 deletions.
50 changes: 24 additions & 26 deletions _layouts/gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,33 @@
---

<div class="feed">
{%- if page.title -%}
{%- if page.title -%}
<h1 class="page-heading">{{ page.title }} Media</h1>
{%- endif -%}
{%- endif -%}

{%- if page.enable_nav -%}
{%- if page.enable_nav -%}
<nav id="project-navigation">
<ul id="menu-project-nav" class="menu-project">
<li id="" class="menu-projects">
<a href={{ "./" }}>
{{ page.title }}
</a>
</li>
<li id="" class="menu-projects">
<a href={{ "./project-updates" }}>
Project Updates
</a>
</li>
<li id="" class="menu-projects">
<a aria-current="page">
Media
</a>
</li>

</ul>
</nav>
{%- endif -%}
<ul id="menu-project-nav" class="menu-project">
<li id="" class="menu-projects">
<a href={{ "./" }}>
{{ page.title }}
</a>
</li>
<li id="" class="menu-projects">
<a href={{ "./project-updates" }}>
Project Updates
</a>
</li>
<li id="" class="menu-projects">
<a aria-current="page">
Media
</a>
</li>


{% include gallery_component.html media=page.media grid=page.grid %}
</div>
</ul>
</nav>
{%- endif -%}


{% include gallery_component.html media=page.media grid=page.grid %}
</div>

0 comments on commit 8e122dc

Please sign in to comment.