200421_TIL

오늘 한 일

  • 패스트 캠퍼스 django 기초 강의 완강하였다.
  • 블로그에 올리는데 계속 안올라가길래, 뻘짓하고 있던 찰나 메일로 계속 다음과 같은 내용으로 알림이 오던 것이다. jekyll의 Liquid tag 처리 중 에러가 나는 내용인 듯 하다. 구글링 써치 결과 코드에 {% %} 안에 rawendraw로 감싸줘야 해결이 된다. 내가 경험한 바로는 csrf_token과 extends등에서 나타났다. 따로 나타날때마다 기입해야겠다.
The page build failed for the `master` branch with the following error:

The tag `csrf_token` on line 191 in `_posts/Django/2020-04-20-django4.md` is not a recognized Liquid tag. For more information, see https://help.github.com/en/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites#unknown-tag-error.

For information on troubleshooting Jekyll see:

  https://help.github.com/articles/troubleshooting-jekyll-builds

If you have any questions you can submit a request on the Contact GitHub page at https://support.github.com/contact?repo_id=159783182&page_build_id=175553972

느낀 점

  • 템플릿 언어끼리도 충돌이 일어날 수 있음을 알게 되었다.

내일 할일

  • 공부 계속하기