templates/index.html forgot to wrap text in <p>
This commit is contained in:
parent
c902343c87
commit
bde6c2d6cd
@ -17,16 +17,15 @@
|
||||
</header>
|
||||
<main>
|
||||
<h1>About this Blog</h1>
|
||||
|
||||
I wanted to save money, so I decided to eat very inexpensive (noodles with pesto mostly). To motivate myself, I decided to try to eat and review every pesto I could buy. This is the result.
|
||||
<p>I wanted to save money, so I decided to eat very inexpensive (noodles with pesto mostly). To motivate myself, I decided to try to eat and review every pesto I could buy. This is the result.</p>
|
||||
|
||||
<h2>Setup</h2>
|
||||
|
||||
The Pasta was Barilla Gemelli or Girandole. The pesto was mixed with the noodles and some starchy pasta-water to try and create a creamy emulsion that would coat the pasta better.
|
||||
<p>The Pasta was Barilla Gemelli or Girandole. The pesto was mixed with the noodles and some starchy pasta-water to try and create a creamy emulsion that would coat the pasta better.</p>
|
||||
|
||||
<h3>Rating</h3>
|
||||
|
||||
Each pesto is compared in these categories:
|
||||
<p>Each pesto is compared in these categories:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Taste:</strong> how it tasted</li>
|
||||
@ -36,7 +35,7 @@
|
||||
<li><strong>Size:</strong> how much is in the glass</li>
|
||||
</ul>
|
||||
|
||||
I also list the ingredients and add some notes why I rated the pasta the way I did. I then give a final grade.
|
||||
<p>I also list the ingredients and add some notes why I rated the pasta the way I did. I then give a final grade.</p>
|
||||
|
||||
<h2>Index</h2>
|
||||
|
||||
@ -54,4 +53,4 @@
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user