Skip to content

Commit 2de2b78

Browse files
포스트 레이아웃 자동 수정 및 설정 파일 업데이트를 위한 HTML 태그 추가. {% raw %}와 {% endraw %} 태그를 사용하여 Jekyll에서의 HTML 코드 블록 처리를 개선하였습니다.
1 parent a0672e1 commit 2de2b78

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

_posts/2025-06-09-mcp-giscus-comments-setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ bundle exec jekyll serve
133133
```
134134

135135
### 2. 포스트 레이아웃 자동 수정
136+
{% raw %}
136137
```html
137138
<!-- _layouts/post.html에 자동 추가 -->
138139
<article class="post">
@@ -143,6 +144,7 @@ bundle exec jekyll serve
143144
{% endif %}
144145
</article>
145146
```
147+
{% endraw %}
146148

147149
### 3. 설정 파일 업데이트
148150
```yaml

0 commit comments

Comments
 (0)