Fix up invalid HTML
This commit is contained in:
parent
00a5b66e7a
commit
280a686acb
|
@ -6,6 +6,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class='links'>
|
<div class='links'>
|
||||||
<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>
|
||||||
|
|
8
react.md
8
react.md
|
@ -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%}
|
||||||
|
|
Loading…
Reference in New Issue