Skip to content
Snippets Groups Projects
Commit b5f7289a authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent f9dfe28a
No related branches found
No related tags found
No related merge requests found
......@@ -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? %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment