mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Remove completely generated files
This commit is contained in:
parent
4855fbd13f
commit
c2571f9f47
44 changed files with 79 additions and 2358 deletions
|
@ -28,7 +28,7 @@ func (v *View) Set(param string, value interface{}) *View {
|
|||
|
||||
// Render executes the template with arguments.
|
||||
func (v *View) Render(template string) []byte {
|
||||
return v.tpl.Render(template, request.UserLanguage(v.r), v.params)
|
||||
return v.tpl.Render(template+".html", request.UserLanguage(v.r), v.params)
|
||||
}
|
||||
|
||||
// New returns a new view with default parameters.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue