Add note about limited RSS entries
Implements: https://todo.sr.ht/~amolith/willow/8
This commit is contained in:
parent
b1af277fa8
commit
61c551ade4
|
@ -44,5 +44,9 @@
|
||||||
<input type="hidden" name="forge" value="{{ .Forge }}">
|
<input type="hidden" name="forge" value="{{ .Forge }}">
|
||||||
<input class="button" type="submit" formaction="/new" value="Track future releases">
|
<input class="button" type="submit" formaction="/new" value="Track future releases">
|
||||||
</form>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue