Skip to content

Commit

Permalink
Merge branch 'master' into feat/add-stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-rahmaanJ committed Oct 30, 2023
2 parents 1ba91ee + 1517032 commit eeea79a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions static.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def valid_date_str(datestr):
"path": "/",
"profile_url": profile_url,
"info_to_html": info_to_html,
"settings": settings
}
)

Expand Down
5 changes: 5 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ <h2 class="text-center">About</h2>
<a aria-label="facebook-logo-link" href="https://www.facebook.com/pymug/">
<button aria-label="facebook-button-link" class="btn btn-action s-circle"><i class="fab fa-facebook-f"></i></button></a>
</p>
<h2 class="">Latest event</h2>
<p>
{%set latest_event = list(settings.events.keys())[0]%}
<a href="{{path}}event/{{latest_event}}">{{settings.events[latest_event]["title"]}}</a>
</p>
<h2 class="">Partner Contents</h2>
<p>
<div class="">
Expand Down

0 comments on commit eeea79a

Please sign in to comment.