Skip to content

Commit

Permalink
fix url.
Browse files Browse the repository at this point in the history
  • Loading branch information
AGrigis committed Oct 3, 2019
1 parent 390be3c commit 9b9ed9f
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 21 deletions.
3 changes: 0 additions & 3 deletions biblio_other.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ permalink: /bibliography/other
{% else %}
{{entry.author}}: {{entry.title}} ({{entry.year}})
{% endif %}
{% if entry.url %}
<a href="{{entry.url}}" class="icon fa-cloud-download" target="_blank"><span class="label">Paper</span></a>
{% endif %}
{% if entry.doi %}
<a href="http://doi.org/{{entry.doi}}" class="icon fa-500px" target="_blank"><span class="label">DOI</span></a>
{% endif %}
Expand Down
3 changes: 0 additions & 3 deletions biblio_selected.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ permalink: /bibliography/selected
{% else %}
{{entry.author}}: {{entry.title}} ({{entry.year}})
{% endif %}
{% if entry.url %}
<a href="{{entry.url}}" class="icon fa-cloud-download" target="_blank"><span class="label">Paper</span></a>
{% endif %}
{% if entry.doi %}
<a href="http://doi.org/{{entry.doi}}" class="icon fa-500px" target="_blank"><span class="label">DOI</span></a>
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion collaborators.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ in different institutions & companies.
<div class="list-item-people">
<p class="list-post-title">
{% if collab.avatar %}
<a href="{{collab.ext_url}}"><img width="200" src="/images/collaborators/{{collab.avatar}}"></a>
<a href="{{collab.ext_url}}"><img width="200" src="{{site.url}}/{{site.baseurl}}/images/collaborators/{{collab.avatar}}"></a>
{% else %}
<a href="{{collab.ext_url}}"><img width="200" src="http://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg"></a>
{% endif %}
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ layout: default
<div class="posts">
{% for research in research_sorted limit: 6 %}
<article>
<a href="{{site.url}}/{{site.baseurl}}{{research.url}}" class="image"><img src="{{site.url}}{{site.baseurl}}/images/research/{{research.icon}}" alt="" /></a>
<a href="{{site.url}}/{{site.baseurl}}/{{research.url}}" class="image"><img src="{{site.url}}/{{site.baseurl}}/images/research/{{research.icon}}" alt="" /></a>
<h3>{{ research.title }}</h3>
<p>{{ research.teasing }}...</p>
<ul class="actions">
<li><a href="{{site.url}}/{{site.baseurl}}{{research.url}}" class="button medium">More</a></li>
<li><a href="{{site.url}}/{{site.baseurl}}/{{research.url}}" class="button medium">More</a></li>
</ul>
</article>
{% endfor %}
Expand Down
6 changes: 3 additions & 3 deletions members.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ permalink: /people/
<div class="list-item-people">
<p class="list-post-title">
{% if profile.avatar %}
<a href="{{ profile.url }}"><img width="200" src="/images/people/{{profile.avatar}}"></a>
<a href="{{site.url}}/{{site.baseurl}}/{{ profile.url }}"><img width="200" src="{{site.url}}/{{site.baseurl}}/images/people/{{profile.avatar}}"></a>
{% else %}
<a href="{{ profile.url }}"><img width="200" src="http://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg"></a>
<a href="{{site.url}}/{{site.baseurl}}/{{ profile.url }}"><img width="200" src="http://evansheline.com/wp-content/uploads/2011/02/facebook-Storm-Trooper.jpg"></a>
{% endif %}
<a class="name" href="{{ profile.url }}">{{ profile.name }}</a>
<a class="name" href="{{site.url}}/{{site.baseurl}}/{{ profile.url }}">{{ profile.name }}</a>
</p>
</div>
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion opportunities.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Intership, PhD, PostDoc or engineer positions are offered in the project. Do not
{% if job.ext_url %}
<a href="{{job.ext_url}}" class="icon fa-cloud-download" target="_blank"><span class="label">Job</span></a>
{% elsif job.pdf %}
<a href="/images/opportunities/{{job.pdf}}" class="icon fa-cloud-download" target="_blank"><span class="label">Job</span></a>
<a href="{{site.url}}/{{site.baseurl}}/images/opportunities/{{job.pdf}}" class="icon fa-cloud-download" target="_blank"><span class="label">Job</span></a>
{% else %}
<a href="mailto:{{site.email}}" class="icon fa-envelope-square" target="_blank"><span class="label">Job</span></a>
{% endif %}
Expand Down
8 changes: 4 additions & 4 deletions research_category1.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ permalink: /research/category1/
{% for research in research_sorted %}
{% if research.subcat == subcat %}
<article>
<a href="{{ research.url }}" class="image"><img src="images/research/{{research.icon}}" alt="" /></a>
<h3>{{ research.title }}</h3>
<p>{{ research.teasing }}...</p>
<a href="{{site.url}}/{{site.baseurl}}/{{research.url}}" class="image"><img src="{{site.url}}/{{site.baseurl}}//images/research/{{research.icon}}" alt="" /></a>
<h3>{{research.title}}</h3>
<p>{{research.teasing}}...</p>
<ul class="actions">
<li><a href="{{ research.url }}" class="button medium">More</a></li>
<li><a href="{{site.url}}/{{site.baseurl}}/{{research.url}}" class="button medium">More</a></li>
</ul>
</article>
{% endif %}
Expand Down
8 changes: 4 additions & 4 deletions research_category2.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ permalink: /research/category2/
{% for research in research_sorted %}
{% if research.subcat == subcat %}
<article>
<a href="{{ research.url }}" class="image"><img src="images/research/{{research.icon}}" alt="" /></a>
<h3>{{ research.title }}</h3>
<p>{{ research.teasing }}...</p>
<a href="{{site.url}}/{{site.baseurl}}/{{research.url}}" class="image"><img src="{{site.url}}/{{site.baseurl}}/images/research/{{research.icon}}" alt="" /></a>
<h3>{{research.title}}</h3>
<p>{{research.teasing}}...</p>
<ul class="actions">
<li><a href="{{ research.url }}" class="button medium">More</a></li>
<li><a href="{{site.url}}/{{site.baseurl}}/{{research.url}}" class="button medium">More</a></li>
</ul>
</article>
{% endif %}
Expand Down

0 comments on commit 9b9ed9f

Please sign in to comment.