diff --git a/app/templates/index.html b/app/templates/index.html index 6af3712..b85952e 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -41,6 +41,12 @@ } } + + + + + + @@ -169,13 +175,13 @@

Ready to Join?

${recipe.image_url && recipe.image_url.trim() !== '' ? ` ${recipe.title} ` : ` - No Image Available + ${recipe.title} `}

${recipe.title}

${new Date(recipe.created_at).toLocaleDateString()} at ${new Date(recipe.created_at).toLocaleTimeString()}

- Read More + Read More
`; diff --git a/app/templates/recipes/createPages/create.html b/app/templates/recipes/createPages/create.html index 6ac9df5..875b9f7 100644 --- a/app/templates/recipes/createPages/create.html +++ b/app/templates/recipes/createPages/create.html @@ -20,22 +20,22 @@

Add Your Favorite Recipe
- - + +
- - + +
- +
- + °F
- + @@ -55,23 +55,23 @@

Add Your Favorite Recipe
- +
- + min
- +
- + min
- +
- + servings
diff --git a/app/templates/recipes/createPages/create_layout.html b/app/templates/recipes/createPages/create_layout.html index dcd6c8b..93843eb 100644 --- a/app/templates/recipes/createPages/create_layout.html +++ b/app/templates/recipes/createPages/create_layout.html @@ -13,9 +13,16 @@ + + + + + + + + - @@ -57,9 +64,9 @@

-