Skip to content

Commit

Permalink
summary list update
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jun 28, 2024
1 parent 9b51d3b commit a397a4a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
13 changes: 7 additions & 6 deletions _includes/landings_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@
{% if landing.category == 'landings' %}
{% if landing.github %}
<li class="row__cols">
<a href="{{ landing.github | prepend: site.baseurl }}">Github</a>
<a href="{{ landing.github | prepend: site.baseurl }}">{{ landing.title }}</a>
</li>
{% endif %}
{% if landing.app_url %}
<li class="row__cols">
<a href="{{ landing.app_url | prepend: site.baseurl }}">App</a>
<a href="{{ landing.app_url | prepend: site.baseurl }}">{{ landing.title }}</a>
</li>
{% endif %}
{% if !landing.github and !landing.app_url %}
<li class="row__cols">
<a href="{{ landing.url | prepend: site.baseurl }}">{{ landing.title }}</a>
</li>
{% endif %}
{% else %}
<li class="row__cols">
<a href="{{ landing.url | prepend: site.baseurl }}">{{ landing.title }}</a>
</li>
{% endif %}
{% endfor %}
</ul>
2 changes: 2 additions & 0 deletions _posts/2022-06-29-climapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: climApp
author: Maximo Ospital
category: React App
img: https://repository-images.githubusercontent.com/508135849/10398fb0-e4f3-4a2f-ad67-3e3837cb84bf
github: https://github.com/maximoospital/Climapp/
app_url: https://maximoospital.github.io/Climapp/
---

# [![Logo](https://i.imgur.com/KruXczo.png)](https://maximoospital.github.io/Climapp/)
Expand Down
2 changes: 1 addition & 1 deletion landings/GitDumbExt.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: landing
title: GitDumbEXT
category: landings
github: https://maximoospital.github.io/Climapp/
github: https://github.com/maximoospital/Climapp
app_url: https://maximoospital.github.io/Climapp/
---
<h1>Welcome to our landing page</h1>

0 comments on commit a397a4a

Please sign in to comment.