瀏覽代碼

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>