-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- prep for re-use - fix people to contributors links
- Loading branch information
1 parent
8272407
commit 4f9fc23
Showing
67 changed files
with
213 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,4 @@ | ||
{% if page.author %} | ||
{% for author in page.author %} | ||
{% assign | ||
author_data = site.people | where:"title", author | first %} | ||
{% if | ||
author_data.content.size > 1 %} | ||
<p> | ||
By | ||
<a href="{{ site.baseurl }}{{ author_data.url }}"> | ||
{{ author_data.title }}</a> | ||
{% if page.date %} | ||
· {% include date.html %} | ||
{% endif %} | ||
</p> | ||
{% endif %} | ||
{% endfor %} | ||
{% endif %} | ||
By | ||
{{ page.author }} | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,8 @@ | ||
{% if page.parent == "events" or page.parent == "orgs" or page.parent == "pitches" or page.parent == "innovations" %} | ||
{% if page.img %} | ||
<div class="img"> | ||
<img src="{{ site.baseurl }}/assets/img/{{ page.img-path }}/{{ page.img }}" alt="{{ page.img-alt }}" type="{{ page.folder }}" class="lg line"> | ||
{% if page.img-caption %} | ||
<p class="img-caption">{{ page.img-caption }}</p> | ||
{% endif %} | ||
</div> | ||
{% endif %} | ||
{% endif %} | ||
|
||
{% if page.parent == == "people" %} | ||
{% if page.img-feat %} | ||
<div class="img"> | ||
<img src="{{ site.baseurl }}/assets/img/{{ page.img-path }}/{{ page.img-feat }}" alt="{{ page.img-alt }}" type="{{ page.folder }}"> | ||
</div> | ||
{% endif %} | ||
{% endif %} | ||
{% if page.parent == == "{{ site.contributors.name }}" %} | ||
{% if page.img-feat %} | ||
<img | ||
src="{{ site.baseurl }}/assets/img/{{ page.img-path }}/{{ page.img-feat }}" | ||
alt="{{ page.img-alt }}" | ||
type="{{ page.folder }}"> | ||
{% endif %} | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.