Skip to content

Commit

Permalink
remove tags from experience listing
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Feb 6, 2022
1 parent 9be7161 commit acae8bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ <h2 class="section-title" id="work-experience">
<a class="url" href="{% if post.externalLink %}{{ post.externalLink }}{% else %}{{ site.url }}{{ post.url }}{% endif %}">
<img class="image" src="{{ post.image }}" width="128px" />
<h3 class="title">{{ post.title }}</h3>
{% include post-tags.html ignore_job_type=true %}
<p> {{ post.description }} </p>
<p style="margin-top: 0.5rem;"> {{ post.description }} </p>
</a>
</div>
{% endfor %}
Expand Down

0 comments on commit acae8bd

Please sign in to comment.