diff --git a/contrib/js/livechan.js b/contrib/js/livechan.js index c94168f..00be847 100644 --- a/contrib/js/livechan.js +++ b/contrib/js/livechan.js @@ -37,7 +37,6 @@ function inject_livechan_widget(prefix, parent) { // ignore } if (j) { - console.log(j); livechan_got_post(parent, j); } } diff --git a/contrib/templates/default/board.mustache b/contrib/templates/default/board.mustache index 62df562..b58713f 100644 --- a/contrib/templates/default/board.mustache +++ b/contrib/templates/default/board.mustache @@ -11,6 +11,7 @@ - Navbar ( a function that renders the navbar, should not be escaped ) - Threads ( a list of Thread Models with the last few replies ) }} + diff --git a/contrib/templates/default/boardlist.mustache b/contrib/templates/default/boardlist.mustache index c8f02c6..6176531 100644 --- a/contrib/templates/default/boardlist.mustache +++ b/contrib/templates/default/boardlist.mustache @@ -5,7 +5,7 @@ - frontend ( the name of the frontend ) - prefix ( the site's prefix ) }} - + diff --git a/contrib/templates/default/catalog.mustache b/contrib/templates/default/catalog.mustache index 6ae5406..df56cf5 100644 --- a/contrib/templates/default/catalog.mustache +++ b/contrib/templates/default/catalog.mustache @@ -1,3 +1,4 @@ + diff --git a/contrib/templates/default/graph_history.mustache b/contrib/templates/default/graph_history.mustache index 7ab8396..f61405d 100644 --- a/contrib/templates/default/graph_history.mustache +++ b/contrib/templates/default/graph_history.mustache @@ -4,6 +4,7 @@ template parameters: - history ( a list of PostEntry instances, see srnd/model.go ) }} + diff --git a/contrib/templates/default/keygen.mustache b/contrib/templates/default/keygen.mustache index 83e8908..fe2a4e9 100644 --- a/contrib/templates/default/keygen.mustache +++ b/contrib/templates/default/keygen.mustache @@ -5,7 +5,8 @@ - public ( the public key in hex ) - secret ( the secret key in hex ) - tripcode ( html version of the public key ) -}} + }} + diff --git a/contrib/templates/default/live.mustache b/contrib/templates/default/live.mustache index 25a58e5..01a97e7 100644 --- a/contrib/templates/default/live.mustache +++ b/contrib/templates/default/live.mustache @@ -3,6 +3,7 @@ template parameters: - prefix ( site prefix ) }} + {{#i18n.Translations}}{{overboard_title}}{{/i18n.Translations}} diff --git a/contrib/templates/default/modfeed.mustache b/contrib/templates/default/modfeed.mustache index 0dd8b4b..f289c6c 100644 --- a/contrib/templates/default/modfeed.mustache +++ b/contrib/templates/default/modfeed.mustache @@ -3,7 +3,8 @@ template parameters: - prefix ( the site's prefix ) -}} + }} + diff --git a/contrib/templates/default/modlogin.mustache b/contrib/templates/default/modlogin.mustache index 3cc91f4..10874a7 100644 --- a/contrib/templates/default/modlogin.mustache +++ b/contrib/templates/default/modlogin.mustache @@ -1,3 +1,4 @@ + diff --git a/contrib/templates/default/modlogin_result.mustache b/contrib/templates/default/modlogin_result.mustache index 80d6851..d063ec8 100644 --- a/contrib/templates/default/modlogin_result.mustache +++ b/contrib/templates/default/modlogin_result.mustache @@ -5,7 +5,8 @@ - mod_prefix ( the prefix to the mod panel, could be something like https://mod.site.tld/ or /mod/ ) - message ( the message returned from the login attempt ) - fail ( present if the login failed ) // not yet added -}} + }} + diff --git a/contrib/templates/default/modpage.mustache b/contrib/templates/default/modpage.mustache index 29dc14c..5fe1093 100644 --- a/contrib/templates/default/modpage.mustache +++ b/contrib/templates/default/modpage.mustache @@ -3,7 +3,8 @@ template parameters: - prefix ( the site's prefix ) -}} + }} + diff --git a/contrib/templates/default/post_fail.mustache b/contrib/templates/default/post_fail.mustache index ff39a03..e74265a 100644 --- a/contrib/templates/default/post_fail.mustache +++ b/contrib/templates/default/post_fail.mustache @@ -1,3 +1,4 @@ + diff --git a/contrib/templates/default/post_retry.mustache b/contrib/templates/default/post_retry.mustache index 071087e..fcee14e 100644 --- a/contrib/templates/default/post_retry.mustache +++ b/contrib/templates/default/post_retry.mustache @@ -1,3 +1,4 @@ + try again diff --git a/contrib/templates/default/post_success.mustache b/contrib/templates/default/post_success.mustache index a1c71d1..a53f1b9 100644 --- a/contrib/templates/default/post_success.mustache +++ b/contrib/templates/default/post_success.mustache @@ -3,7 +3,8 @@ template parameters: - redirect_url ( the url of the next page we should redirect to ) - message_id ( the value of the Message-ID header in the post we made, the truncated sha1 of this is the >>posthash ) -}} + }} + diff --git a/contrib/templates/default/thread.mustache b/contrib/templates/default/thread.mustache index d755654..4d0760f 100644 --- a/contrib/templates/default/thread.mustache +++ b/contrib/templates/default/thread.mustache @@ -10,6 +10,7 @@ - Board , the name of the Board this thread is on - BoardURL , the url that points to the board index page }} + diff --git a/contrib/templates/default/ukko.mustache b/contrib/templates/default/ukko.mustache index 769ce0d..490afec 100644 --- a/contrib/templates/default/ukko.mustache +++ b/contrib/templates/default/ukko.mustache @@ -3,7 +3,8 @@ template parameters: - prefix ( site prefix ) - threads ( a list of Thread Models that represent the latest threads ) -}} + }} + {{#i18n.Translations}}{{overboard_title}}{{/i18n.Translations}}