Skip to content

Commit

Permalink
Merge pull request #223 from speckandtech/learn-more
Browse files Browse the repository at this point in the history
Add Learn more link
  • Loading branch information
lcfd authored Jul 24, 2023
2 parents 6dfec07 + 5ab7619 commit f8b6a96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _data/homepage-event.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"time": "17:00",

"location": {
"name": "Alpholiday Dimaro",
"name": "AlpHoliday Dimaro",
"url": "//goo.gl/maps/iTjQiabLbD272gt5A"
},

Expand All @@ -26,5 +26,6 @@
"description": ""
},

"ticket-url": "//bit.ly/retreat-v4"
"ticket-url": "//bit.ly/retreat-v4",
"more-url": "/retreat"
}
4 changes: 4 additions & 0 deletions _includes/hero/next-event.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ <h4 class="mt-4">
target="_blank"
href="//t.me/speckandtech">Stay tuned!</a>
{% endif %}
{% if data.more-url != "" %}
<a class="btn btn-outline-primary text-primary btn-lg mt-4"
href="{{ data.more-url }}">Learn more</a>
{% endif %}
{% if data.sponsor.name != '' and data.type == "event" %}
<div class="mt-5 position-relative">
<p>powered by</p>
Expand Down

0 comments on commit f8b6a96

Please sign in to comment.