Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: pages/metadata.md

Issue 29680647: Issue 5329 - Provide a template for social media meta data in website-defaults (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Left Patch Set: Addressed comments #3 Created Jan. 30, 2018, 8:18 a.m.
Right Patch Set: Addressed NITs Created Feb. 1, 2018, 9:06 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « pages/index.html ('k') | templates/minimal.tmpl » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 title=Metadata 1 title=Metadata
2 description=Default metadata for eyeo websites 2 description=Default metadata for eyeo websites
3
4 <head>
5 <style>
6 code { font-family: monospace; }
7 </style>
8 </head>
9 3
10 # Metadata 4 # Metadata
11 5
12 Default metadata for eyeo websites 6 Default metadata for eyeo websites
13 7
14 1. [Social metadata](#social) 8 1. [Social metadata](#social)
15 9
16 ## Social metadata { #social } 10 ## Social metadata { #social }
17 11
18 ### Local properties 12 ### Local properties
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 #### Social accounts 49 #### Social accounts
56 50
57 In `/settings.ini`: 51 In `/settings.ini`:
58 52
59 ``` 53 ```
60 [social] 54 [social]
61 facebook_id = 1234abcd 55 facebook_id = 1234abcd
62 pinterest_id = 1234abcd 56 pinterest_id = 1234abcd
63 twitter = username 57 twitter = username
64 ``` 58 ```
LEFTRIGHT

Powered by Google App Engine
This is Rietveld