diff --git a/app/views/admin/university/organizations/static.html.erb b/app/views/admin/university/organizations/static.html.erb index 154c0e9a6bee9185fbe561e5c70a2727055941be..21a7b574624a87f1eb48cbef27e8f8e3dc5e1267 100644 --- a/app/views/admin/university/organizations/static.html.erb +++ b/app/views/admin/university/organizations/static.html.erb @@ -17,14 +17,14 @@ kind: :phone, :email, :twitter, - :linkedin, - :url + :linkedin ].each do |key| value = @about.public_send key %> <%= key %>: > <%= prepare_text_for_static value %> <% end %> +<% # url is a reserved keyword for Hugo %> website: > <%= prepare_text_for_static @about.url %> <% if @about.logo.attached? %>