A repo for my personal website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adding under construction messages to the blog and links pages

+2
+2
public/index.html
··· 40 40 <p id="desc-box"></p> 41 41 </div> 42 42 <div id="blog-page" class="page"> 43 + <p>Under construction...</p> 43 44 </div> 44 45 <div id="links-page" class="page"> 46 + <p>Under construction...</p> 45 47 </div> 46 48 </body> 47 49 </html>