Skip to content

Commit

Permalink
Merge pull request #172 from ijlee2/blog/embertimes-105-il
Browse files Browse the repository at this point in the history
RFC for support for populating head tag
  • Loading branch information
jayjayjpg authored Jul 4, 2019
2 parents b05cf7d + 1de6eba commit 73549f5
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions source/2019-07-05-the-ember-times-issue-105.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: The Ember Times - Issue No. 105
author: Jessica Jordan, the crowd
author: Jessica Jordan, Isaac Lee, the crowd
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019
alias : "blog/2019/07/05-the-ember-times-issue-105.html"
responsive: true
Expand All @@ -10,6 +10,7 @@ Hoi Emberistas! 🐹

This week:
**observers** going **async** ⏱,
RFC to **support populating head tag** ⛑️,

---

Expand Down Expand Up @@ -52,12 +53,13 @@ Find out more about the how and why behind **async observers** by giving the [fu

---

## [Section Title in Title Case 🐹](#section-url)
<change section title emoji>
<consider adding some bold to your paragraph>
## [RFC to Support Populating Head Tag ⛑️](https://github.com/emberjs/rfcs/pull/506)

<add your name to author list, top and bottom>
<add blurb and emoji to "SOME-INTRO-HERE">
The `<head>` tag does more than setting the title and favicon of a page. It also plays an **integral role in SEO and unfurling links**. Currently, we can use the [ember-cli-head](https://github.com/ronco/ember-cli-head) addon to modify the `<head>` tag. 💛

In the RFC, [@rwwagner90](https://github.com/rwwagner90) proposed that Ember gives developers the ability to modify the tag, using a **route hook** or **service**.

What are your thoughts? Please [take a look at the RFC](https://github.com/emberjs/rfcs/pull/506) and share your ideas and use cases of `<head>` tag!

---

Expand Down Expand Up @@ -128,4 +130,4 @@ That's another wrap! ✨

Be kind,

Jessica Jordan, the crowd and the Learning Team
Jessica Jordan, Isaac Lee, the crowd and the Learning Team

0 comments on commit 73549f5

Please sign in to comment.