style(html): reformat templates for consistent attribute and block spacing

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-24 13:35:10 +08:00
parent 0b081100d2
commit 7b6829c26e
2 changed files with 16 additions and 18 deletions
+9 -5
View File
@@ -15,7 +15,10 @@
property="og:description"
content="An opinionated list of Python frameworks, libraries, tools, and resources."
/>
<meta property="og:image" content="https://awesome-python.com/static/og-image.png" />
<meta
property="og:image"
content="https://awesome-python.com/static/og-image.png"
/>
<meta property="og:url" content="https://awesome-python.com/" />
<meta name="twitter:card" content="summary" />
<meta name="theme-color" content="#1c1410" />
@@ -26,11 +29,12 @@
href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Manrope:wght@400;600;700;800&display=swap"
rel="stylesheet"
media="print"
onload="this.media='all'"
onload="this.media = 'all'"
/>
<noscript><link
href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Manrope:wght@400;600;700;800&display=swap"
rel="stylesheet"
<noscript
><link
href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Manrope:wght@400;600;700;800&display=swap"
rel="stylesheet"
/></noscript>
<link rel="stylesheet" href="/static/style.css" />
<script