Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jun 30, 2024
1 parent cef8e5c commit be8d806
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
18 changes: 12 additions & 6 deletions _includes/landings_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<div class="row__year">
Year
</div>
<div class="row__cat">
Type
</div>
</li>
{% for landing in site.pages %}
<li class="row__post">
Expand All @@ -15,12 +18,15 @@
{% else %}
<a href="{{ landing.url | prepend: site.baseurl }}">
{% endif %}
<div class="row__title">
{{ landing.title }}
</div>
<div class="row__year">
{{ landing.year }}
</div>
<div class="row__title">
{{ landing.title }}
</div>
<div class="row__year">
{{ landing.year }}
</div>
<div class="row__cat">
{{ landing.category }}
</div>
</a>

{% if landing.img %}
Expand Down
1 change: 0 additions & 1 deletion landings/GitDumbExt.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: landing
title: GitDumbEXT
category: landings
type: Google Chrome Extension
year: 2024
---
<h1>Welcome to our landing page</h1>
1 change: 0 additions & 1 deletion landings/GitDumbExt2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: landing
title: GitDumbEXT2
category: landings
type: Javascript App
github: https://github.com/maximoospital/GitDumb
year: 2023
---
Expand Down
1 change: 0 additions & 1 deletion landings/GitDumbExt3.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: landing
title: GitDumbEXT3
category: landings
type: Flutter App
year: 2022
---
<h1>Welcome to our landing page</h1>

0 comments on commit be8d806

Please sign in to comment.