Skip to content

Commit

Permalink
Add an id to all articles
Browse files Browse the repository at this point in the history
Summary:
This should provide a better place for the search indexer to link to
Closes facebook#1123

Test Plan:
Loaded http://localhost:9811/rule/gen_aidl.html#content and saw that the
page was navigated to where I expected it to be.

Reviewed By: JoelMarcey, sdwilsh

fbshipit-source-id: 69d7f1a
  • Loading branch information
sdwilsh authored and facebook-github-bot committed Jan 13, 2017
1 parent fe18abd commit 52988ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/__common.soy
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ src="https://www.facebook.com/tr?id=1637165926500152&ev=PageView&noscript=1"
<section class='content'><div class='width'>

{if $navid != 'home'}
<article>
<article id="content">
<h1>{$title}{if $subtitle}:<div class="subtitle">{$subtitle}</div>{/if}</h1>
{else}
<landing-page>
Expand Down

0 comments on commit 52988ab

Please sign in to comment.