Преглед изворни кода

feat: 背景图片移动至hblog文件夹下

SongZihuan пре 3 година
родитељ
комит
0d6b0be3fe
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      templates/index/hello.html

+ 1 - 1
templates/index/hello.html

@@ -7,7 +7,7 @@
     <link href="{{ url_for('static', filename='styles/index/hello.css') }}" rel="stylesheet">
     <link href="{{ url_for('static', filename='styles/index/hello.css') }}" rel="stylesheet">
     <style>
     <style>
         body {
         body {
-            background-image: url("{{ url_for('oss.get_page', name="bg-img.jpg") }}");
+            background-image: url("{{ url_for('oss.get_page', name="/hblog/bg-img.jpg") }}");
             overflow-y: hidden;
             overflow-y: hidden;
             overflow-x: hidden;
             overflow-x: hidden;
         }
         }