diff options
| author | Stephen Enders <smenders@gmail.com> | 2020-02-17 00:40:46 -0500 | 
|---|---|---|
| committer | Stephen Enders <smenders@gmail.com> | 2020-02-17 00:40:46 -0500 | 
| commit | 98ced1533268a9123c3aa96b4b7c2a31bdb7bd41 (patch) | |
| tree | d08c582d4351a29c8cc670dc004af5f740636c1a /www/index.html | |
| parent | d4e00ffb63413f337df414c801e8d76e268672e9 (diff) | |
Create bread blog!
Created new page /blog/bread/
Added new entry to blog index
Updated homepage with Bread section
Updated homepage footers to class rather than id
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 10 | 
1 files changed, 9 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 19bef55..589deff 100644 --- a/www/index.html +++ b/www/index.html @@ -30,10 +30,18 @@        command. I figured I could it could just be a simple bash script that        recalls your bash-history and appends it to a file, all things that are        incredibly easy to do... or so I thought.</p> -      <div id='footer'> +      <div class='footer'>          <a href='/blog/2020-01-13'>Continue reading...</a>        </div>      </article> +    <article> +      <h2>Bread</h2> +      <p><a href='/blog/bread/'>Bread blog!</a> - I started blogging about my bakes in the hopes of learning what I did right/wrong and perfecting my bread.  +      This is a different format than the other blog posts, it's a single page containing, long form, all the different entries.</p> +      <div class='footer'> +        <a href='/blog/bread/#2020-02-17'>Last updated - 2020-02-17</a> +      </div> +    </article>    </div>  </body>  </html>  |