enabling linkedin preview using open graph
This commit is contained in:
		| @@ -4,7 +4,6 @@ | |||||||
| To ensure data validity and to improve user experience, it is possible to predesignate specific values for data entry.  These appear to the user as a selectbox within the editor interface. | To ensure data validity and to improve user experience, it is possible to predesignate specific values for data entry.  These appear to the user as a selectbox within the editor interface. | ||||||
|  |  | ||||||
| ## Configuration | ## Configuration | ||||||
|  |  | ||||||
| Values are added by populating the `DATACTRL.MPE_SELECTBOX` table, eg below: | Values are added by populating the `DATACTRL.MPE_SELECTBOX` table, eg below: | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -36,4 +36,5 @@ theme: | |||||||
|     text: 'Open Sans' |     text: 'Open Sans' | ||||||
|     code: 'Ubuntu Mono' |     code: 'Ubuntu Mono' | ||||||
|   favicon: img/favicon.ico |   favicon: img/favicon.ico | ||||||
|  |   custom_dir: 'theme' | ||||||
| copyright: All rights reserved ©2018 Macro People Ltd. | copyright: All rights reserved ©2018 Macro People Ltd. | ||||||
|   | |||||||
							
								
								
									
										10
									
								
								theme/main.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								theme/main.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | |||||||
|  | {% extends "base.html" %} | ||||||
|  |  | ||||||
|  | {% block extrahead %} | ||||||
|  |  | ||||||
|  | <meta property='og:title' content='Data Controller Documentation'/> | ||||||
|  | <meta property='og:image' content='https://datacontroller.io/wp-content/uploads/2018/04/logo-1-2.png'/> | ||||||
|  | <meta property='og:description' content='The Data Controller for SAS® enables users to self serve their data changes, and for data owners to retain control over those updates by reviewing and approving them.'/> | ||||||
|  | <meta property='og:url' content='https://docs.datacontroller.io/' /> | ||||||
|  |  | ||||||
|  | {% endblock %} | ||||||
		Reference in New Issue
	
	Block a user
	 Allan Bowe
					Allan Bowe