Skip to content

Commit

Permalink
remove <b> in cv map
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandebsarkar committed Jul 6, 2022
1 parent 637c598 commit 955c0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/cv/map.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<table class="table table-sm table-borderless table-responsive d-block">
{% for content in entry.contents %}
<tr>
<td class="p-2 pe-4 fw-bold"><b>{{ content.name }}</b></td>
<td class="p-2 pe-4 fw-bold">{{ content.name }}</td>
<td class="p-2 ps-4 fw-light text">{{ content.value }}</td>
</tr>
{% endfor %}
Expand Down

0 comments on commit 955c0c5

Please sign in to comment.