mirror of
https://github.com/iv-org/invidious
synced 2024-11-09 01:10:27 +00:00
Rename 'layout' to 'template'
This commit is contained in:
parent
74cf3d18d0
commit
b72f3c2274
@ -9,7 +9,7 @@ macro add_mapping(mapping)
|
||||
DB.mapping({{mapping}})
|
||||
end
|
||||
|
||||
macro templated(filename, template = "layout")
|
||||
macro templated(filename, template = "template")
|
||||
render "src/invidious/views/#{{{filename}}}.ecr", "src/invidious/views/#{{{template}}}.ecr"
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user