diff options
| -rw-r--r-- | data/templates/status.htm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/templates/status.htm b/data/templates/status.htm index 6505818..7255307 100644 --- a/data/templates/status.htm +++ b/data/templates/status.htm @@ -46,7 +46,10 @@ </tr> <tr> - <th rowspan="{{subCount|length + 1}}">Subscriptions</th> + <th rowspan="{{subCount|length + 1}}"> + <a href="https://www.w3.org/TR/websub/">WebSub</a> + subscriptions + </th> <td>Total</td> <td style="text-align: right">{{subSum}}</td> </tr> |
