Fix up invalid HTML

This commit is contained in:
Rico Sta. Cruz 2017-09-05 18:14:47 +08:00
parent 00a5b66e7a
commit 280a686acb
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
2 changed files with 9 additions and 0 deletions

View File

@ -8,4 +8,5 @@
<a class='home-button' href='{{ base }}'><i></i></a> <a class='home-button' href='{{ base }}'><i></i></a>
</div> </div>
</div> </div>
</div>
</footer> </footer>

View File

@ -6,6 +6,14 @@ ads: true
tags: [Featured] tags: [Featured]
updated: 2017-09-01 updated: 2017-09-01
weight: -10 weight: -10
# React 16 notes
# --------------
#
# Add these for React 16:
#
# - componentDidCatch(error, info)
# - Multiple elements in render()
--- ---
{%raw%} {%raw%}