diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 11:33:53 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 11:33:53 -0500 |
commit | 3cefac74e223f16d14d99c53ceb46ba99558b43e (patch) | |
tree | 6d18f98e96b174953bb368de6c76696bbb6c246f | |
parent | 755203c4837dae8663b902a4aa4e8f8e2c545476 (diff) |
Fix structure
-rw-r--r-- | data/blog/FirstPost.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/data/blog/FirstPost.html b/data/blog/FirstPost.html index 2130e0f..7310064 100644 --- a/data/blog/FirstPost.html +++ b/data/blog/FirstPost.html @@ -5,12 +5,10 @@ {{br}} <p>- <a href="/blog/FirstPost">First Post</a></p> {{br}} - <section> <h2>First Post</h2> <p>This is my first post on the new site! I am very excited to have the new system set up and mostly functional. There is still plenty of work to be done, but this is a great start.</p> <p>I have moved to Golang for all server side scripting and web serving, and it's been a fun language to learn so far. I have had a lot of encouragement from my friend over at <a href="https://www.angel-castaneda.com" target="_blank" rel="noopener noreferrer">www.angel-castaneda.com</a> so go check out his page to see what he is working on.</p> - <p> - The new site structure should be as follows: + <p>The new site structure should be as follows:</p> <ul> <li>/ - Home page with featured projects and short about section.</li> <li>/projects - Page with all posted industrial and automotive design projects.</li> @@ -19,6 +17,4 @@ <ul><li>/blog/name - Blog entry with title "name".</li></ul> <li>/about - About me and this website</li> </ul> - </p> - <p>I am very excited to start posting again! This site refresh has been long overdue. Feel free to send any errors, typos, or strange behavior to my listed email; there are bound to be some problems at first.</p> - </section> + <p>I am very excited to start posting again! This site refresh has been long overdue. Feel free to send any errors, typos, or strange behavior to my listed email; there are bound to be some problems at first.</p>
\ No newline at end of file |