webcomponents / webcomponents.github.io

WebComponents.org is where community-members document Web Components best practices
http://webcomponents.org
734 stars 126 forks source link

Showing wrong author name in facebook #172

Closed poying closed 9 years ago

poying commented 9 years ago

2014-11-10 2 41 17

<meta name="author" content="<%= @getAuthor() %>">

I don't know eco's syntax, but I think this line of code should be change to

<meta name="author" content="<%= @getAuthor().name %>">

https://github.com/webcomponents/webcomponents.github.io/blob/1b4444f51869b9c8c18003418e8bf463c56f2a62/src/partials/header.html.eco#L11

zenorocha commented 9 years ago

Fixed in #172, thanks for reporting @poying :)