Skip to content

Commit

Permalink
fixing image size
Browse files Browse the repository at this point in the history
Signed-off-by: ncardozo <[email protected]>
  • Loading branch information
ncardozo committed Oct 25, 2024
1 parent 50e30be commit 3a60f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/theses.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<span class="promotors"><strong>Advisors: </strong> {{ entry.people }} </span>
<span class="area">
- <i>{{ entry.area }}</i>.
<img src=/../img/{{ entry.area }}.png>
<img src=img/{{ entry.area }}.png style="width:50px;height:50px;">
</span>
<a href="thesistopics/{{ entry.file }}.html">Read more...</a>
</td>
Expand Down

0 comments on commit 3a60f81

Please sign in to comment.