| LEFT | RIGHT |
| 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 Loading... |
| 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 ``` |
| LEFT | RIGHT |