Krish/20260603 add recipe lore#451
Open
lieutenantlogic wants to merge 2 commits into
Open
Conversation
thebeninator
reviewed
Jun 4, 2026
Comment on lines
+1
to
+32
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <title>Chicken Quesadilla</title> | ||
| </head> | ||
|
|
||
| <body> | ||
| <a href="../index.html">home</a> | ||
| <h1>Chicken Quesadilla</h1> | ||
| <h2>items</h2> | ||
| <ul> | ||
| <li>tortillas</li> | ||
| <li>chicken</li> | ||
| <li>cheese</li> | ||
| <li>jalapeno peppers</li> | ||
| </ul> | ||
|
|
||
| <h2>steps</h2> | ||
| <ul> | ||
| <li>shred the cooked chicken</li> | ||
| <li>place cheese, chicken, and jalapenos on a tortilla</li> | ||
| <li>fold the tortilla in half</li> | ||
| <li>toast in a pan until the cheese is melted</li> | ||
| <li>cut into slices and serve</li> | ||
| </ul> | ||
|
|
||
| <h1>food critic</h1> | ||
| <div> | ||
| needs a bit more melted cheese on the edges | ||
| </div> | ||
| </body> | ||
| </html> |
Contributor
There was a problem hiding this comment.
all this pr should do is add lore, not the entire recipe itself
| <li><a href="dinner/tonkatsu.html">Tonkatsu</a></li> | ||
| <li><a href="dinner/grilled_cheese.html">Grilled Cheese</a></li> | ||
| <li><a href="dinner/karaage.html">Chicken Karaage</a></li> | ||
| <li><a href="dinner/quesadilla.html">Chicken Quesadilla</a></li> |
Contributor
There was a problem hiding this comment.
should not be adding/deleting to and from index.html
Contributor
|
the only changes that should be made is adding the recipe lore section. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
merge #449 first!