Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 0 additions & 56 deletions dinner/orange_chicken.html

This file was deleted.

8 changes: 8 additions & 0 deletions dinner/tonkatsu.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,24 @@

<body>
<a href="../index.html">home</a>
<<<<<<< deleterecipebranch2
<h1>items</h1>
=======
<h1>Tonkatsu</h1>
Comment on lines +9 to 12
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we go through the files changed tab, make sure its only removing a file + associated entry in index.html

<h2>items</h2>
>>>>>>> main
<ul>
<li>pork</li>
<li>salt and pepper</li>
<li>eggs</li>
<li>breadcrumbs</li>
<li>oil</li>
</ul>
<<<<<<< deleterecipebranch2
<h1>steps</h1>
=======
<h2>steps</h2>
>>>>>>> main
<ul>
<li>make the dipping sauce</li>
<li>prepare the pork</li>
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ <h2 class="dropdown-toggle">Real</h2>
<h2 class="dropdown-toggle">Dinner</h2>
<div class="dropdown-content">
<ul>
<li><a href="dinner/orange_chicken.html">Orange Chicken</a></li>
<li><a href="dinner/garlic_noodles.html">Garlic Noodles</a></li>
<li><a href="dinner/fried_rice.html">Fried Rice</a></li>
<li><a href="dinner/tonkatsu.html">Tonkatsu</a></li>
Expand Down