1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-13 03:02:49 +00:00

updated bunch of file paths and changed the way posts are loaded

This commit is contained in:
2016-01-05 12:28:04 -06:00
parent 4bb8cae81e
commit 6ab45fe935
13249 changed files with 317868 additions and 2101398 deletions

View File

@@ -2,40 +2,11 @@
<body>
<div class="header">
<div class="container">
<% if (query != null) { %>
<div class="lowerLeft">
<span class="colorWhite">ESP8266 With DHT11 Sensor</span>
<br>
<span class="colorWhite">Location: <%=query.location%></span>
<br>
<span class="colorWhite">Temperature: <%=query.temperature%>°F</span>
<br>
<span class="colorWhite">Humidity: <%=query.humidity%>%</span>
</div>
<%}%>
</div>
</div>
<% include ../public/html/header.html %>
<% include ../public/html/navbar.html %>
<div class="container">
<div class="blog-header">
<h1 class="blog-title">mitchellG.me</h1>
<p class="lead blog-description">A site in which I share information about my personal projects.</p>
</div>
<div class="row">
<div class="col-sm-8 blog-main">