Skip to content

Commit 753b66e

Browse files
committed
Tweaks to layouts
1 parent 977098f commit 753b66e

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Changelog
4+
permalink: /changelog/
45
---
56

67
# Changelog
@@ -13,7 +14,7 @@ This changelog focuses on:
1314
- Protocol structural changes
1415
- Breaking changes
1516

16-
## [Unreleased]
17+
## [2025-06-24]
1718

1819
### Added
1920
- JSON Schema definitions for all TAP message types in `/schemas/` directory
@@ -182,4 +183,4 @@ This changelog focuses on:
182183
---
183184

184185
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
185-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) for protocol versions.
186+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) for protocol versions.

_layouts/default.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
<li><a href="{{ '/' | relative_url }}" class="nav-link {% if page.url == '/' %}active{% endif %}">Home</a></li>
3535
<li><a href="{{ '/overview/' | relative_url }}" class="nav-link {% if page.url == '/overview/' %}active{% endif %}">Overview</a></li>
3636
<li><a href="{{ '/messages/' | relative_url }}" class="nav-link {% if page.url == '/messages/' %}active{% endif %}">Message Reference</a></li>
37+
<li><a href="{{ '/developers/' | relative_url }}" class="nav-link {% if page.url == '/developers/' %}active{% endif %}">Developer Resources</a></li>
38+
<li><a href="{{ '/changelog/' | relative_url }}" class="nav-link {% if page.url == '/changelog/' %}active{% endif %}">Changelog</a></li>
3739
<li><a href="https://tap.rsvp" class="nav-link" target="_blank">TAP Homepage</a></li>
3840
</ul>
3941
</div>

developers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Developer Resources
4+
permalink: /developers/
45
---
56

67
# Developer Resources

0 commit comments

Comments
 (0)