minor improvements
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Samuel Philipp 2023-01-13 19:16:23 +01:00
parent a990552f03
commit 23c488547a
3 changed files with 22 additions and 10 deletions

View file

@ -154,7 +154,11 @@ title: {{site.title}}
<h3 class="timeline-title">{{item.degree}}</h3>
{% endif %}
<span class="company">{{item.institution}} - {{item.city}}</span>
<p>{{item.description}}</p>
</div>
<div class="timeline-body">
{%- for description in item.descriptions %}
<p>{{description | safe}}</p>
{%- endfor %}
</div>
</div>
</li>
@ -175,7 +179,7 @@ title: {{site.title}}
<div class="row">
{%- for item in site.strings.projects.list %}
<div class="col-md-4 text-center">
<a class="feature-left" href="{{item.url}}" target="_blank">
<a class="feature-left" {% if item.url %}href="{{item.url}}"{% endif %} target="_blank">
<span class="icon">
<img src="/img/{{item.icon}}">
</span>
@ -239,7 +243,7 @@ title: {{site.title}}
<div class="row">
{%- for item in site.strings.interests.list %}
<div class="col-lg-3 col-md-6 col-12 text-center p-3">
<a href="{{item.url}}" target="_blank" class="interest interest-{{item.image}}">
<a {% if item.url %}href="{{item.url}}"{% endif %} target="_blank" class="interest interest-{{item.image}}">
<div class="desc">
<h3>{{item.name}}</h3>
</div>