Skip to content

Commit 2cd34f5

Browse files
committed
Docs: Add accessibility-themed favicon
- Create SVG favicon combining Rails red with universal access symbol - Add green checkmark representing testing/validation - Update layout to include favicon in head section
1 parent 7c2b97c commit 2cd34f5

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

docs_site/_layouts/default.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
88
<meta name="description" content="{{ site.description }}">
9+
10+
<!-- Favicon -->
11+
<link rel="icon" type="image/svg+xml" href="{{ '/favicon.svg' | relative_url }}">
12+
<link rel="alternate icon" href="{{ '/favicon.svg' | relative_url }}">
13+
914
<style>
1015
* {
1116
margin: 0;

docs_site/favicon.svg

Lines changed: 33 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)