Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ yet are broadly used and agreed upon.
* `profile:first_name` - [string](#string) - A name normally given to an individual by a parent or self-chosen.
* `profile:last_name` - [string](#string) - A name inherited from a family or marriage and by which the individual is commonly known.
* `profile:username` - [string](#string) - A short unique string to identify them.
* `profile:gender` - [enum](#enum)(male, female) - Their gender.
* `profile:gender` - [string](#string) - A string describing their gender.

<a name="type_website" href="#type_website">`website`</a> - Namespace URI: [`https://ogp.me/ns/website#`](https://ogp.me/ns/website)

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ <h3><a id="no_vertical" href="#no_vertical">No Vertical</a></h3>
<li><code>profile:first_name</code> - <a href="#string">string</a> - A name normally given to an individual by a parent or self-chosen.</li>
<li><code>profile:last_name</code> - <a href="#string">string</a> - A name inherited from a family or marriage and by which the individual is commonly known.</li>
<li><code>profile:username</code> - <a href="#string">string</a> - A short unique string to identify them.</li>
<li><code>profile:gender</code> - <a href="#enum">enum</a>(male, female) - Their gender.</li>
<li><code>profile:gender</code> - <a href="#string">string</a> - A string describing their gender.</li>
</ul>

<p><a name="type_website" href="#type_website"><code>website</code></a> - Namespace URI: <a href="https://ogp.me/ns/website"><code>https://ogp.me/ns/website#</code></a></p>
Expand Down