Skip to content

Commit

Permalink
Rearrange project layout
Browse files Browse the repository at this point in the history
  • Loading branch information
vercas committed Oct 28, 2023
1 parent 0f226da commit a307bd2
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions _layouts/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,45 +27,45 @@
<body>
{% include header.html %}

<article class="project">
<h1 id="project-title">{{ page.title }}</h1>

<!-- {% comment %}<div id="main" role="main" class="container">
{% if page.gallery %}
<div id="project-gallery">
{% for image in page.gallery %}
<a href="{{ image }}">
<img class="thumbnaild" src="{{ image }}" />
</a>
{% endfor %}
</div>
<div id="main" role="main" class="container-right">
<div id="main" role="main" class="container">
<article class="project">
<h1 id="project-title">{{ page.title }}</h1>

<!-- {% comment %}<div id="main" role="main" class="container">
{% if page.gallery %}
<div id="project-gallery">
{% for image in page.gallery %}
<a href="{{ image }}">
<img class="thumbnaild" src="{{ image }}" />
</a>
{% endfor %}
</div>
<div id="main" role="main" class="container-right">
{{ content }}
</div>
{% else %}
{{ content }}
</div>
{% else %}
{{ content }}
{% endif %}
</div>{% endcomment %} -->
{% endif %}
</div>{% endcomment %} -->

{% if page.gallery %}
{% if page.gallery %}
<div id="project-gallery">
{% for image in page.gallery %}
<a href="{{ image }}">
<img class="thumbnaild" src="{{ image }}" />
</a>
{% endfor %}
</div>
{% endif %}
{% endif %}

<div id="main" role="main" class="container">
{% include project_extras.html project=page %}

{{ content }}
</div>
</article>
</article>

{% include giscus.html %}
{% include giscus.html %}
</div>

{% include footer.html %}

Expand Down

0 comments on commit a307bd2

Please sign in to comment.