react: awkwardly change the description

This commit is contained in:
Rico Sta. Cruz 2017-10-10 23:33:22 +08:00
parent 340e7ac6ca
commit bc801326fc
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
elsif page.description elsif page.description
%}{{ page.description }}{% %}{{ page.description }}{%
elsif page.type == 'article' elsif page.type == 'article'
%}A comprehensive cheatsheet for {{ page.title }}.{% %}One-page reference for {{ page.title }}: usage, examples, links, snippets, and more.{%
else else
%}A comprehensive cheatsheet for {{ page.title }}.{% %}One-page reference for {{ page.title }}: usage, examples, links, snippets, and more.{%
endif endif
%} %}

View File

@ -7,7 +7,7 @@ tags: [Featured]
updated: 2017-10-10 updated: 2017-10-10
weight: -10 weight: -10
intro: | intro: |
[React](https://reactjs.org/) is a JavaScript library for building user interfaces. This guide targets React v15 to v16. One-page reference to [React](https://reactjs.org/)'s components, lifecycle hooks, with examples and more. React is a JavaScript library for building user interfaces. This guide targets React v15 to v16.
--- ---
{%raw%} {%raw%}