diff options
| author | Li Zhineng <[email protected]> | 2025-10-09 11:07:37 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-09 11:07:37 +0800 |
| commit | a83800133aa717cf04c147107e24ca4b2d4b30a8 (patch) | |
| tree | 1014be7e60eb48a8711e80db753eb4aaf309846c /_includes | |
| parent | cc9e192db6f1327ca152ec3d0a217615d0bdd047 (diff) | |
| parent | 55b96be052d7c6009e401bf10bcdfe93d68ffec0 (diff) | |
| download | openairmx.org-a83800133aa717cf04c147107e24ca4b2d4b30a8.tar.gz openairmx.org-a83800133aa717cf04c147107e24ca4b2d4b30a8.zip | |
Merge pull request #2 from openairmx/wall-of-love
Add wall of love page
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/header.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html index 8560642..983f89a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -14,5 +14,12 @@ <a href="{{ p | relative_url }}" class="nav-link {% if page.url == p %}active{% endif %}"> Set up mock server </a> + + <a href="{{ '/wall-of-love' | relative_url }}" class="nav-link {% if page.url == '/wall-of-love.html' %}active{% endif %}"> + Wall of + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="nav-icon"> + <path d="m9.653 16.915-.005-.003-.019-.01a20.759 20.759 0 0 1-1.162-.682 22.045 22.045 0 0 1-2.582-1.9C4.045 12.733 2 10.352 2 7.5a4.5 4.5 0 0 1 8-2.828A4.5 4.5 0 0 1 18 7.5c0 2.852-2.044 5.233-3.885 6.82a22.049 22.049 0 0 1-3.744 2.582l-.019.01-.005.003h-.002a.739.739 0 0 1-.69.001l-.002-.001Z" /> + </svg> + </a> </nav> </header> |
