diff --git a/README.md b/README.md index 7abc2d8..0574457 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Blogger Theme built with Vue and Vuetify ## Notice +### Releasing version 0.1.8 + +- Fixed 'Reply' button. And this causes blog theme design changes, because theme needs to place blog post widget as it is provided from blogger system. + ### Releasing version 0.1.7 - Adding 18px bottom margin to heading tags. h1-h6. @@ -20,10 +24,6 @@ Blogger Theme built with Vue and Vuetify - Added close button for closing sidebar for non-desktop view -### Releasing version 0.1.4 - -- Changed body font color - ## Example [https://vuetilog.blogspot.com/](https://vuetilog.blogspot.com/) diff --git a/lang/ko/README.md b/lang/ko/README.md index bddb997..ea497e5 100644 --- a/lang/ko/README.md +++ b/lang/ko/README.md @@ -4,6 +4,10 @@ Vue와 Vuetify로 만든 블로거 테마 ## 공지 +### 0.1.8 버전을 릴리즈 합니다 + +- 댓글의 답글(Reply)이 작동하지 않던 것을 픽스하였습니다. 그에 따라, 작동하게 만들기 위해 어쩔 수 없이 디자인 변경을 진행하였습니다. + ### 0.1.7 버전을 릴리즈 합니다 - 헤딩 태그에 18px의 하단 마진을 추가합니다. h1-h6. @@ -16,10 +20,6 @@ Vue와 Vuetify로 만든 블로거 테마 - 사이드바 닫기 버튼 추가 -### 0.1.4 버전을 릴리즈 합니다 - -- 바디 폰트 색상 변경 - ## 다른 언어: [English](https://github.com/opdev1004/vuetilog) diff --git a/src/vuetilog.xml b/src/vuetilog.xml index 2449c9f..ba3593f 100644 --- a/src/vuetilog.xml +++ b/src/vuetilog.xml @@ -388,7 +388,7 @@ main .comments .title { color: $(body.font.color) !important; - margin-bottom: 40px; + margin-bottom: 30px; } main .comments ol { list-style-type: none; @@ -816,776 +816,7 @@ - - - - false - Comments - #ffffff - true - Author: - true - #ffffff - true - #ffffff - TextAndImage - #ffffff - Date: - - true - 1x1 - true - false - true - 1 - false - #ffffff - false - false - - - - -
- - - -
- -
- - -
- - - -
-
- - - - - - - - - - - - Some features are blocked on purpose for consistent design and functioning - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-
- - - -
-
-
- - - - - - - - -
- -

- -

-
- - -
- - -
- - - - - - - - - - - - - - - - -

-
- - - - - - - - - - - - - - - -
- -
-
- -
- - - - - -
-
-
- - - - - - - -
- - - -
-
-
-
-
- -
- -
-
- - -
-
- - - -
-
-
-
- - - - - - - - -
- - -
- - - - -
- - - - -
- - - -
- -
-
- - - - -
- -
-
-
-
-
-
- - - - - - Home - - - - - - -
- -
-
- - - - -
-
-
- - - - - -
-
- -
-
- -
  • - - - - -
  • - - - - - -
    + @@ -1665,14 +896,725 @@

    Error 404: Page not found

    - - -
    - - - - + + + + false + Comments + #ffffff + true + Author: + true + #ffffff + true + #ffffff + TextAndImage + #ffffff + Date: + + true + 1x1 + true + false + true + 1 + false + #ffffff + false + false + + + + +
    + + + +
    + +
    + + +
    + + + +
    +
    + + + + + + + + + + + + Some features are blocked on purpose for consistent design and functioning + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    + + + +
    +
    +
    + + + + + + + + +
    + +

    + +

    +
    + + +
    + + +
    + + + + + + + + + + + + + + + + +

    +
    + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + + + + + +
    +
    +
    + + + + + + + +
    + + + +
    +
    +
    +
    +
    + +
    + +
    +
    + + +
    +
    + + + +
    +
    +
    +
    + + + + + + + + +
    + + +
    + + + + +
    + + + + +
    + + + +
    + +
    +
    + + + + +
    + +
    +
    +
    +
    +
    +
    +
    @@ -1782,17 +1724,6 @@ template: pagination.outerHTML }); } - let postOuters = document.getElementsByClassName('post-outer'); - let posts = '
    '; - if (postOuters !== undefined && postOuters !== null) { - for (let postOuter of postOuters) { - posts = posts + postOuter.outerHTML; - } - posts = posts + '
    ' - Vue.component('posts', { - template: posts - }); - } let comments = document.getElementById('comments'); if (comments !== undefined && comments !== null) { let users = comments.getElementsByTagName('cite'); @@ -1801,15 +1732,6 @@ icon.textContent = 'mdi-account'; user.insertBefore(icon, user.firstChild); } - Vue.component('comments', { - template: comments.outerHTML - }); - } - let postFeeds = document.getElementsByClassName('post-feeds')[0]; - if (postFeeds !== undefined && postFeeds !== null) { - Vue.component('post-feeds', { - template: postFeeds.outerHTML - }); } let bottomSection = document.getElementById('BottomSection'); if (bottomSection !== undefined && bottomSection !== null) {