0
shopify 테마에서 theme.liquid
파일에 다음 부트 스트랩 링크를 통합하고 싶습니다.부트 스트랩을 .liquid에 통합하십시오 (shopify)
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" ></script>
내 테마에는 부트 스트랩을 어떻게 통합 할 수 있습니까?