Browse Source

#3313

pull/3487/head
chenshihai 2 years ago
parent
commit
77dceb20fe
3 changed files with 4 additions and 0 deletions
  1. +1
    -0
      custom/public/css/placeholder-home.css
  2. +1
    -0
      custom/public/js/placeholder-home.js
  3. +2
    -0
      templates/home.tmpl

+ 1
- 0
custom/public/css/placeholder-home.css View File

@@ -0,0 +1 @@
/* placeholder-home.css */

+ 1
- 0
custom/public/js/placeholder-home.js View File

@@ -0,0 +1 @@
/* placeholder-home.js */

+ 2
- 0
templates/home.tmpl View File

@@ -1,4 +1,6 @@
{{template "base/head_home" .}}
<link rel="stylesheet" href="{{StaticUrlPrefix}}/css/placeholder-home.css?v={{TimeStampNow}}">
<script src="{{StaticUrlPrefix}}/js/placeholder-home.js?v={{TimeStampNow}}"></script>
<div class="ui vertical masthead secondary hometop segment" style="background:transparent;margin-bottom:0">
{{template "custom/home/home_top" .}}
</div>


Loading…
Cancel
Save