ソースを参照

Bug fix

Fixed an error with the title
Josh Smith 6 年 前
コミット
859d03f35b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      about.html.tmpl

+ 1 - 1
about.html.tmpl

@@ -52,7 +52,7 @@
         <div class="h-left" >
           <h1><i class="fas fa-cloud" ></i> $station.location </h1>
           <p>$station.latitude[0]&deg; $station.latitude[1]' $station.latitude[2] | $station.longitude[0]&deg; $station.longitude[1]' $station.longitude[2] | $station.altitude | <a href="https://www.google.com/maps/?q=$station.latitude[0]&deg;%20$station.latitude[1]%20$station.latitude[2],$station.longitude[0]&deg;%20$station.longitude[1]%20$station.longitude[2]" target="_blank" ><i class="fas fa-map-marker-alt" ></i> Show on map</a></p>
-          <h2>Current Weather Conditions</h2>
+          <h2>About the Station</h2>
           <p><i class="far fa-clock" ></i> $current.dateTime $current.dateTime.format("%Z")</p>
           <p id="freshweather" class="m-orange"></p>
           <script>