Link to the correct location for the RSS feed (#2962)
This commit is contained in:
parent
5acbab82d8
commit
241163786e
|
@ -12,7 +12,7 @@
|
|||
<link rel="stylesheet" href="{{ pathto('_static/mq.css', resource=True) }}" type="text/css">
|
||||
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', resource=True) }}" type="text/css" media="(prefers-color-scheme: light)" id="pyg-light">
|
||||
<link rel="stylesheet" href="{{ pathto('_static/pygments_dark.css', resource=True) }}" type="text/css" media="(prefers-color-scheme: dark)" id="pyg-dark">
|
||||
<link rel="alternate" type="application/rss+xml" title="Latest PEPs" href="https://www.python.org/dev/peps/peps.rss">
|
||||
<link rel="alternate" type="application/rss+xml" title="Latest PEPs" href="https://peps.python.org/peps.rss">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<meta name="description" content="Python Enhancement Proposals (PEPs)">
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue