diff --git a/uoj/1/app/views/blog-nav.php b/uoj/1/app/views/blog-nav.php index 24c989d..31f0121 100644 --- a/uoj/1/app/views/blog-nav.php +++ b/uoj/1/app/views/blog-nav.php @@ -18,3 +18,6 @@ + \ No newline at end of file diff --git a/uoj/1/js/uoj.js b/uoj/1/js/uoj.js index 34aaf58..8cfce8d 100644 --- a/uoj/1/js/uoj.js +++ b/uoj/1/js/uoj.js @@ -287,7 +287,7 @@ $.fn.uoj_problem_tag = function() { } $.fn.uoj_blog_tag = function() { return this.each(function() { - $(this).attr('href', '/archive?tag=' + encodeURIComponent($(this).text())); + $(this).attr('href', uojBlogUrl + '/archive?tag=' + encodeURIComponent($(this).text())); }); }