Add note about limited RSS entries

Implements: https://todo.sr.ht/~amolith/willow/8
This commit is contained in:
Amolith 2023-11-28 19:33:38 -05:00
parent b1af277fa8
commit 61c551ade4
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
1 changed files with 4 additions and 0 deletions

View File

@ -44,5 +44,9 @@
<input type="hidden" name="forge" value="{{ .Forge }}">
<input class="button" type="submit" formaction="/new" value="Track future releases">
</form>
<!-- Append these if they ever start limited RSS entries: `(eq $forge "gitea") (eq $forge "forgejo")` -->
{{- if or (eq $forge "github") -}}
<small>Some RSS feeds (notably GitHub's) include a limited number of releases. If you don't see your version, please change the forge type to "Other".</small>
{{- end -}}
</body>
</html>