nice clean recipes pear.dunkirk.sh
recipes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix the .cook link

+1 -1
+1 -1
ui/templates/recipe.html
··· 35 35 {{if .Recipe.PrepTime}}<span>⏱ {{fmtDuration .Recipe.PrepTime}} prep</span>{{end}} 36 36 {{if .Recipe.CookTime}}<span>⏱ {{fmtDuration .Recipe.CookTime}} cook</span>{{end}} 37 37 {{if .Recipe.Yield}}<span>Serves {{.Recipe.Yield}}</span>{{end}} 38 - <a href="/export.cook?url={{.TargetURL | urlquery}}" class="cook-link" download>.cook</a> 38 + <a href="/cook?url={{.TargetURL | urlquery}}" class="cook-link">.cook</a> 39 39 </div> 40 40 {{if .Recipe.Description}}<p class="description">{{.Recipe.Description}}</p>{{end}} 41 41 </div>