Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ assets/css/main.css ← the entire visual system
assets/js/main.js ← reveal-on-scroll, header state, copy-to-clipboard
scripts/refresh-releases.py ← refreshes data/releases.json from the GitHub API
static/img/ ← marks + dashboard screenshot + og-card
static/favicon.svg ← P2Pool Starter Stack layered mark
static/favicon.svg ← P2Pool Starter Stack layered mark (modern browsers)
static/favicon.ico ← raster fallback (Safari/legacy tabs) — 16/32/48
static/apple-touch-icon.png ← iOS / Safari home-screen icon (180×180)
static/robots.txt ← crawl rules (search + AI assistants explicitly welcome)
```

Expand Down
2 changes: 2 additions & 0 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<meta name="author" content="{{ .Site.Title }}">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1">

<link rel="icon" href="{{ "favicon.ico" | relURL }}" sizes="32x32">
<link rel="icon" href="{{ "favicon.svg" | relURL }}" type="image/svg+xml">
<link rel="apple-touch-icon" href="{{ "apple-touch-icon.png" | relURL }}">
<link rel="canonical" href="{{ .Permalink }}">

<meta property="og:type" content="website">
Expand Down
Binary file added static/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/favicon.ico
Binary file not shown.