diff --git a/src/main/content/_assets/css/support.scss b/src/main/content/_assets/css/support.scss index ab77297ad7..af665691da 100644 --- a/src/main/content/_assets/css/support.scss +++ b/src/main/content/_assets/css/support.scss @@ -182,7 +182,6 @@ body { } #cards_container { - margin-left: 13%; text-align: center; margin-top: 48px; } diff --git a/src/main/content/_assets/js/guide-common.js b/src/main/content/_assets/js/guide-common.js index 3f40bb8b60..2f0b6f67f5 100644 --- a/src/main/content/_assets/js/guide-common.js +++ b/src/main/content/_assets/js/guide-common.js @@ -464,6 +464,10 @@ function getTags(callback) { } $(document).ready(function () { + window.scrollTo({ + top: 1, + }); + getTags(function () { $("#tags_container:empty").prev().hide(); $(window).trigger("scroll"); diff --git a/src/main/content/_assets/js/tabs.js b/src/main/content/_assets/js/tabs.js index 2b9a77b9e5..41b0711e9b 100644 --- a/src/main/content/_assets/js/tabs.js +++ b/src/main/content/_assets/js/tabs.js @@ -63,7 +63,6 @@ $(document).ready(function() { $('.tab_link').on('click', function(event) { $(this).parent().find('.tab_content').hide(); $(this).parent().find('.tab_link').removeClass("active"); - // get class of clicked tab and class of its respective content section var class_list = this.classList; for (var i = 0; i < class_list.length; i++) { diff --git a/src/main/content/_i18n/en.yml b/src/main/content/_i18n/en.yml index 0317ee08f5..8548951c2e 100644 --- a/src/main/content/_i18n/en.yml +++ b/src/main/content/_i18n/en.yml @@ -232,7 +232,8 @@ guides: blog: see_all_blog_posts: See all blog posts never_miss_a_post: Never miss a post! - be_sure_to_subscribe: Be sure to subscribe to our + be_sure_to_follow: Be sure to follow + twitter_or_subscribe: on Twitter or subscribe to our feed: feed. featured_tags: Featured Tags no_results_found: No results found. diff --git a/src/main/content/_i18n/ja.yml b/src/main/content/_i18n/ja.yml index 99e8a4e106..0f36ad26f6 100644 --- a/src/main/content/_i18n/ja.yml +++ b/src/main/content/_i18n/ja.yml @@ -232,7 +232,8 @@ guides: blog: see_all_blog_posts: すべてのブログ投稿を表示 never_miss_a_post: 投稿を見逃すことはありません。 - be_sure_to_subscribe: 必ず + be_sure_to_follow: 必ず Twitter で + twitter_or_subscribe: をフォローするか、 feed: フィードを購読してください。 featured_tags: フィーチャー・タグ no_results_found: No results found. diff --git a/src/main/content/_i18n/zh-Hans.yml b/src/main/content/_i18n/zh-Hans.yml index 05fca85c98..db7fe736f9 100644 --- a/src/main/content/_i18n/zh-Hans.yml +++ b/src/main/content/_i18n/zh-Hans.yml @@ -232,7 +232,8 @@ guides: blog: see_all_blog_posts: 查看所有博客帖子 never_miss_a_post: 永远不要错过帖子 ! - be_sure_to_subscribe: 请务必订阅我们的 + be_sure_to_follow: 在 Twitter 上关注 + twitter_or_subscribe: 或订阅我们的 feed: 订阅源。 featured_tags: 特色标签 no_results_found: 找不到任何结果 diff --git a/src/main/content/_includes/footer.html b/src/main/content/_includes/footer.html index a9f8621e54..5d67f57c0d 100644 --- a/src/main/content/_includes/footer.html +++ b/src/main/content/_includes/footer.html @@ -13,6 +13,7 @@