remove rvrb from the footer
- author
- Marijn Besseling <njirambem@gmail.com> · 2026-09-07 15:31 UTC
- commit
- ea0421a981922742fe66b676a855dcb191955cc8
- parent
- 4d2a8d9c2c
- tree
- browse at this commit
2 files changed +2 -4
Blog/Components/Layout/SiteFooter.razor +1 -1
| @@ -11,7 +11,7 @@ | ||
| 11 | 11 | <li><NavLink href="/BRPTestData">BRP Test Data</NavLink></li> |
| 12 | 12 | <li><NavLink href="/Query">Query</NavLink></li> |
| 13 | 13 | <li><NavLink href="/Storage">Storage</NavLink></li> |
| 14 | - <li><NavLink href="/rvrb">rvrb bot stats</NavLink></li> | |
| 14 | + @* <li><NavLink href="/rvrb">rvrb bot stats</NavLink></li> *@ | |
| 15 | 15 | <li><NavLink href="https://git.bes.is">Git</NavLink></li> |
| 16 | 16 | <!-- <li><a href="/webrtc.html">WebRTC</a></li> --> |
| 17 | 17 | <!-- <li><a href="/spotify/index.html">Spotify</a></li> --> |
Blog/Components/Pages/Rvrb.razor +1 -3
| @@ -256,9 +256,7 @@ | ||
| 256 | 256 | |
| 257 | 257 | <p class="muted"> |
| 258 | 258 | Read from <code></code> over Erlang distribution with |
| 259 | - <a href="https://github.com/Besselking/BeamSharp">BeamSharp</a>: this site joins the | |
| 260 | - cluster as a hidden node and calls <code>Rvrb.Stats.snapshot/0</code> the way any other | |
| 261 | - BEAM node would. Snapshot taken <Timestamp At="Snapshot.GeneratedAt"/>. | |
| 259 | + <a href="https://github.com/Besselking/BeamSharp">BeamSharp</a>. Snapshot taken <Timestamp At="Snapshot.GeneratedAt"/>. | |
| 262 | 260 | </p> |
| 263 | 261 | } |
| 264 | 262 | </main> |