Skip to content

Commit

Permalink
Update pub.html
Browse files Browse the repository at this point in the history
  • Loading branch information
markmlee authored Sep 18, 2024
1 parent 682a5d0 commit dcacf1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/pub.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<tr>
{% if pub.img %}
<td class='pubimg' width="250" height="100" style="text-align:center">
<img src="{{pub.img}}" img width="250" />
<td class='pubimg' width="50" height="20" style="text-align:center">
<img src="{{pub.img}}" img width="50" />
</td>
{% endif %}
<td>
Expand Down Expand Up @@ -50,4 +50,4 @@
</div>
<div id="div{{pub.short_id}}" class="pubInfo"></div>
</td>
</tr>
</tr>

0 comments on commit dcacf1b

Please sign in to comment.