Skip to content

Commit

Permalink
Make person footer customizable (close #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Feb 9, 2024
1 parent 7d13ab1 commit d5fb76f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Empty file added _includes/person_footer.html
Empty file.
12 changes: 1 addition & 11 deletions _layouts/person.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,7 @@ <h3>Mentions</h3>
<div class="section">
<h3></h3>
<div class="section-body prose">
{%- assign isExternal=true -%}
{%- for role in page.roles -%}
{%- if role.at == "OpenStreetMap US Board" or role.at == "OpenStreetMap US Staff" -%}
{%- assign isExternal=false -%}
{%- break -%}
{%- endif -%}
{%- endfor -%}
{%- if isExternal -%}
<p><em>This is a compilation of publicly-available info about someone who has participated with OpenStreetMap US and is not an endorsement.</em></p>
<p><em>Is this your page? <a href="{{site.url}}{{site.baseurl}}/contact">Contact us</a> to edit your info.</em></p>
{%- endif -%}
{%- include person_footer.html -%}
{%- if page.updated -%}
<p><em>Last updated {{page.updated | date: "%B %Y" }}.</em></p>
{% endif %}
Expand Down

0 comments on commit d5fb76f

Please sign in to comment.