Skip to content

Commit c9d39d5

Browse files
authored
Merge pull request #145 from BattModels/check-ci
Fix big/strong tag issue
2 parents 3118dbd + 91564d7 commit c9d39d5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ <h2>Community</h2>
6464
<p>Prof. Viswanathan runs the Battery Modeling Webinar Series (BMWS). Find more information <a href="https://www.andrew.cmu.edu/user/venkatv/bmws.html">here</a>.</p>
6565

6666
<p>Dilip has coordianted a Scientific Machine Learning (SciML) course, consisting of talks along with interactive code demonstrations. For more details and schedule, visit <a href="https://www.cmu.edu/aced/sciML.html">this page</a>.</p>
67+
</div>
6768
</section>
6869

6970
<section>
@@ -81,4 +82,5 @@ <h2>News</h2>
8182
<a href="{{ site.baseurl }}/blog.html">Older posts&hellip;</a>
8283
</p>
8384
{% endif %}
85+
</div>
8486
</section>

software.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{% endif %}
2222

2323
<span class="softtitle">
24-
<strong><big><a href="{{ sw.link|escape }}">{{ sw.title|escape }}</a></strong></big>.
24+
<strong><big><a href="{{ sw.link|escape }}">{{ sw.title|escape }}</a></big></strong>.
2525
</span><br />
2626
<span class="authors">
2727
<strong>{{ sw.authors|escape }}</strong>.

0 commit comments

Comments
 (0)