diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-11-03 20:22:26 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-11-03 20:22:26 +0100 |
| commit | bdc60d7d56b5384f13feaaccef28e63d77f15933 (patch) | |
| tree | 54fe3080ccfe4a41c7a3730464723f593cf5e5a0 /themes/simple/layouts/partials/comments.html | |
| parent | a9562e7a600dff4b9380e4527f25ebdaf61a9c54 (diff) | |
| download | mitjafelicijan.com-bdc60d7d56b5384f13feaaccef28e63d77f15933.tar.gz | |
A bunch of fixes for aria and code cleanup
Diffstat (limited to 'themes/simple/layouts/partials/comments.html')
| -rwxr-xr-x | themes/simple/layouts/partials/comments.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/simple/layouts/partials/comments.html b/themes/simple/layouts/partials/comments.html index 70b1d94..b905967 100755 --- a/themes/simple/layouts/partials/comments.html +++ b/themes/simple/layouts/partials/comments.html | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | defaultHomeserverUrl: "https://matrix.cactus.chat:8448", | 12 | defaultHomeserverUrl: "https://matrix.cactus.chat:8448", |
| 13 | serverName: "cactus.chat", | 13 | serverName: "cactus.chat", |
| 14 | siteName: "mitjafelicijan.com", | 14 | siteName: "mitjafelicijan.com", |
| 15 | commentSectionId: "{{.File}}", | 15 | commentSectionId: "{{ .File }}", |
| 16 | pageSize: 50, | 16 | pageSize: 50, |
| 17 | updateInterval: 10, | 17 | updateInterval: 10, |
| 18 | }); | 18 | }); |
