File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
pep_sphinx_extensions/pep_theme Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 13
13
< link rel ="stylesheet " href ="{{ pathto('_static/pygments.css', resource=True) }} " type ="text/css " media ="(prefers-color-scheme: light) " id ="pyg-light ">
14
14
< link rel ="stylesheet " href ="{{ pathto('_static/pygments_dark.css', resource=True) }} " type ="text/css " media ="(prefers-color-scheme: dark) " id ="pyg-dark ">
15
15
< link rel ="alternate " type ="application/rss+xml " title ="Latest PEPs " href ="https://peps.python.org/peps.rss ">
16
+ < meta property ="og:title " content ='{{ title + " | peps.python.org"|safe }} '>
17
+ < meta property ="og:type " content ="website ">
18
+ < meta property ="og:url " content ="https://peps.python.org/{{ pagename }}/ ">
19
+ < meta property ="og:site_name " content ="Python Enhancement Proposals (PEPs) ">
20
+ < meta property ="og:image " content ="https://peps.python.org/_static/og-image.png ">
21
+ < meta property ="og:image:alt " content ="Python PEPs ">
22
+ < meta property ="og:image:width " content ="200 ">
23
+ < meta property ="og:image:height " content ="200 ">
16
24
< meta name ="description " content ="Python Enhancement Proposals (PEPs) ">
25
+ < meta name ="theme-color " content ="#3776ab ">
17
26
</ head >
18
27
< body >
19
28
{% include "partials/icons.html" %}
You can’t perform that action at this time.
0 commit comments