| OLD | NEW |
| 1 --- | 1 --- |
| 2 layout: default | 2 layout: default |
| 3 title: "Community Resources" | 3 title: "Community Resources" |
| 4 --- | 4 --- |
| 5 | 5 |
| 6 <h1> {{ page.title }} </h1> | 6 <h1> {{ page.title }} </h1> |
| 7 | 7 |
| 8 <section> | 8 <section> |
| 9 | 9 |
| 10 <p>External Dart resources across the community.</p> | 10 <p>External Dart resources across the community.</p> |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 | 39 |
| 40 <dt><a href="http://www.hnsearch.com/search#request/all&q=Dart">Dart on
Hacker News</a></dt> | 40 <dt><a href="http://www.hnsearch.com/search#request/all&q=Dart">Dart on
Hacker News</a></dt> |
| 41 <dd>Conversations and posts about Dart on Hacker News</dd> | 41 <dd>Conversations and posts about Dart on Hacker News</dd> |
| 42 | 42 |
| 43 <dt><a href="http://www.html5rocks.com/">HTML5 Rocks</a></dt> | 43 <dt><a href="http://www.html5rocks.com/">HTML5 Rocks</a></dt> |
| 44 <dd>HTML5 articles and tutorials from the community</dd> | 44 <dd>HTML5 articles and tutorials from the community</dd> |
| 45 </dl> | 45 </dl> |
| 46 | 46 |
| 47 | 47 |
| 48 </section> | 48 </section> |
| OLD | NEW |