Skip to content

Commit

Permalink
Trying to fix dates in resume
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lin <[email protected]>
  • Loading branch information
Rlin232 committed Mar 12, 2024
1 parent 8562361 commit 724feb9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions _includes/resume/projects.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
<li class="list-group-item">
<div class="row">
<div class="col-xs-2 cl-sm-2 col-md-2 text-center" style="width: 75px">
{% if content.date %}
{% assign date = content.date}
{% else %}
{% assign date = '' %}
{% endif %}
{% assign date = content.date}
<span class="badge font-weight-bold danger-color-dark text-uppercase align-middle" style="min-width: 75px"> {{ date }} </span>
</div>
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
Expand Down

0 comments on commit 724feb9

Please sign in to comment.