diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/community.md.erb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/community.md.erb b/templates/community.md.erb index f12d141..d8fc74e 100644 --- a/templates/community.md.erb +++ b/templates/community.md.erb @@ -1,6 +1,8 @@ # <%= name %> (<%= self[:comm_code] %>) +* [Homepage][homepage] * [Profile][profile] +* [Projection][projection] * Residents: <%= self[:res_cnt] %> | Age | Male | Female | Non-binary | @@ -11,4 +13,6 @@ | 45-54 | <%= self[:male_45_54] %> | <%= self[:fem_45_54] %> | <%= self[:other_45_54] %> | | | <%= self[:male_cnt] %> | <%= self[:female_cnt] %> | <%= self[:other_cnt] %> | -[profile]: https://www.calgary.ca/communities/profiles/<%= name.parameterize %>.html +[homepage]: https://www.calgary.ca/communities/profiles/<%= name.parameterize %>.html +[profile]: https://www.calgary.ca/content/dam/www/csps/cns/documents/community_social_statistics/community-profiles/<%= name.parameterize %>.pdf +[projection]: https://www.calgary.ca/content/dam/www/csps/cns/documents/community_social_statistics/<%= name.parameterize %>-pp.pdf |
