Add missing DIV tag

Fix W3C errors:
- End tag section seen, but there were open elements
- Unclosed element div
This commit is contained in:
Daniel Leedan 2020-12-08 16:45:38 +08:00
parent b386654cef
commit b0d2d74410

View file

@ -146,6 +146,7 @@ permalink: index.html
<p>{% t home.researchlab_para %}</p>
<p><a href="{{site.baseurl}}/resources/research-lab/" class="btn-link btn-fixed">{% t home.visitmrl %}</a></p>
</div>
</div>
</div>
</section>
<!-- END Full Block -->