# \<head\> 태그 편집하는 방법

**URL:** https://meta.discourse.org/t/how-to-edit-head/312938
**Category:** Development
**Created:** [6월 20, 2024, 7:45오후 UTC](https://meta.discourse.org/t/how-to-edit-head/312938 "2024-06-20T19:45:15Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sok777](https://avatars.discourse-cdn.com/v4/letter/s/82dd89/32.png) [@sok777](https://meta.discourse.org/u/sok777)
#### Post date: [6월 20, 2024, 7:45오후 UTC](https://meta.discourse.org/t/how-to-edit-head/312938/1 "2024-06-20T19:45:15Z")

</div>

git 테마를 사용할 때 를 쉽게 편집할 수 있는 방법이 있나요?

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [6월 20, 2024, 7:57오후 UTC](https://meta.discourse.org/t/how-to-edit-head/312938/2 "2024-06-20T19:57:05Z")

</div>

테마에 사용자 정의 컴포넌트를 추가할 수 있습니다.

> [@로그인 팝업 열기 또는 버튼 클릭 시 이벤트 트리거](https://meta.discourse.org/t/open-the-login-popup-or-trigger-event-when-button-is-pressed/136385/7?u=moin):
>
> You can create a new Theme component and attach it to your theme. Go to Admin → Customize Click on Install button Then attach it to your theme and click on Edit CSS/HTML button You add code in Head section: Hope that helps. +1

---

<div class="post-metadata">

### Author: ![sok777](https://avatars.discourse-cdn.com/v4/letter/s/82dd89/32.png) [@sok777](https://meta.discourse.org/u/sok777)
#### Post date: [6월 20, 2024, 9:01오후 UTC](https://meta.discourse.org/t/how-to-edit-head/312938/3 "2024-06-20T21:01:37Z")

</div>

흥미롭네요! 꽤 좋은 우회 방법인 것 같아요.
