r6 vs r7
......
99
* [[the seed|더시드]]에서 사라진 기능인 외부 이미지 참고 검색 메뉴가 아직도 남아있다.
1010
* [[https://github.com/namuwiki/theseed-skin-liberty/pull/6|2DU의 기여를 통해]] 팝업 각주가 적용되어 있다.
1111
* [[https://github.com/namuwiki/theseed-skin-liberty/commit/64e7d85b597dc93db9a7aa9f3a51af4fb8bbd928|PR을 통해 스킨메뉴에 게시판 링크 추가]]를 시도하면 [[https://github.com/namuwiki/theseed-skin-liberty/commit/4f1d6d2993771b5a06ed36f71fe9df2e58f67c98|namu가 직접 지워준다.]]
12
== 스킨 파일 구조 ==
12
* [[https://theseed.io/UncategorizedPages|분류가 되지 않은 문서]]로 향하는 메뉴가 없다. 주소를 직접 쳐서 들어가야 한다.
1313
''views'' 폴더 내에 ''default.html''와 ''layout.html''이 스킨 템플릿 파일으로, ''default.html''이 ''layout.html''을 상속하는 구조로 되어있다. 실질적인 스킨 템플릿 코드는 ''layout.html''에 있다.
1414
''static'' 폴더 내에는 폴더 이름 그대로 정적인 파일들이 있다.
1515
''layout.html''에는 head 요소가 선언되어 있지 않으며 head 요소내 코드는 엔진에 의해 자동으로 작성되는 것 같다.
......