Skip to content

Commit

Permalink
Add DNS prefetch and preconnect links, and update theme color meta ta…
Browse files Browse the repository at this point in the history
…g in header.html
  • Loading branch information
fynks committed Dec 13, 2024
1 parent bb1fc3a commit 6d6e8c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions convert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ cat > header.html << 'EOL'
<link rel="icon" href="../favicon.svg" type="image/svg+xml">
<link rel="dns-prefetch" href="https://awesome.re" />
<link rel="preconnect" href="https://awesome.re" />
<link rel="dns-prefetch" href="https://profile-counter.glitch.me/" />
<link rel="preconnect" href="https://profile-counter.glitch.me/" />
<link rel="stylesheet" href="styles.css">
<meta name="theme-color" content="#0366d6">
<!-- OpenGraph Meta Tags -->
<meta property="og:title" content="Awesome Android Root - Ultimate List of Root Apps">
Expand All @@ -79,8 +82,6 @@ cat > header.html << 'EOL'
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<!-- Theme and PWA -->
<meta name="theme-color" content="#0366d6">
EOL

# Convert markdown with progress
Expand Down

0 comments on commit 6d6e8c0

Please sign in to comment.