소스 검색

updated layout to take head section from pages

Harlan Iverson 7 년 전
부모
커밋
71ef5395bc
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      harlanji.com/app/resources/templates/themes/harlanji/html/base.html

+ 4 - 0
harlanji.com/app/resources/templates/themes/harlanji/html/base.html

@@ -6,6 +6,10 @@
     <link rel="canonical" href="{{site-url}}{{uri}}">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     {% style "css/screen.css" %}
+
+
+    {% block head %}{% endblock %}
+
 </head>
 <body>