Skip to content

Commit

Permalink
Merge pull request #49 from xldrkp/main
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
xldrkp authored Oct 9, 2023
2 parents 2d310f5 + 2145d73 commit 56f01e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _includes/components/member.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="p-4 lg:w-1/2">
<div class="h-full flex sm:flex-row flex-col justify-center text-center sm:text-left">
<div class="h-full flex sm:flex-row md:items-start flex-col items-center text-center sm:text-left">
{% if member.status == "partner" %}
<img alt="team" class="flex-shrink-0 rounded-lg w-48 h-48 object-contain object-center sm:mb-0 mb-4" src="{{ '/static/img/members/' | url }}{{ member.image }}" loading="lazy">
{% else %}
Expand Down Expand Up @@ -44,7 +44,7 @@
</a>
{% endif %}
{% if member.link != "" %}
<a class="text-[#00adef]" target="_blank" class="mt-3 inline-flex items-center" href="https://inyas.in/">Learn more
<a class="text-[#00adef]" target="_blank" class="mt-3 inline-flex items-center" href={{ member.link }}>Learn more
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
Expand Down
4 changes: 2 additions & 2 deletions en/posts/climate_knowledge_hunt_event_may_23_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ tags:


## Hack session
<img src = /p/static/img/semanticClimate_breakout_01.jpeg>
<img src = /p/static/img/semanticClimate_breakout_03.jpeg>
<img src='{{ "/static/img/semanticClimate_breakout_01.jpeg" | url }}'>
<img src='{{ "/static/img/semanticClimate_breakout_03.jpeg" | url }}'>

0 comments on commit 56f01e4

Please sign in to comment.