wloocc / wloocc-website

The University of Waterloo Climbing Club's website.
https://climbing.uwaterloo.ca
2 stars 0 forks source link

Task: Update link variables #4

Closed shraacha closed 7 months ago

shraacha commented 7 months ago

Make insta link a global variable so we don't have to change it everywhere.

smchase commented 7 months ago

Yeah, in the about for ex we should use the global Discord and Instagram variables instead of hard linking

shraacha commented 7 months ago

We can now do

[Instagram]({{% instagram_link %}})

and same with discord.

This is done via shortcodes in the hugo theme (see themes/paper/layouts/shortcodes).