Compare commits

..

No commits in common. "c7834b08d5b61b8d21ae50da65b93b8b23918a12" and "23d7afe9d45bfc84b8a514d6c7c218cafe827683" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -201,12 +201,12 @@ func userEditorPostHandler(repo *owl.Repository) func(http.ResponseWriter, *http
post_type := r.Form.Get("type")
title := r.Form.Get("title")
description := r.Form.Get("description")
content := strings.ReplaceAll(r.Form.Get("content"), "\r", "")
content := r.Form.Get("content")
draft := r.Form.Get("draft")
// recipe values
recipe_yield := r.Form.Get("yield")
recipe_ingredients := strings.ReplaceAll(r.Form.Get("ingredients"), "\r", "")
recipe_ingredients := r.Form.Get("ingredients")
recipe_duration := r.Form.Get("duration")
// conditional values

View File

@ -1,4 +1,4 @@
<div class="h-entry h-recipe">
<div class="h-entry h-Recipe">
<hgroup>
<h1 class="p-name">{{.Title}}</h1>
<small>