mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
- These settings no longer exist, having been renamed to timezone and lang - As of 5.0 we no longer need any kind of backwards compatibility outside of the importer - We making breaking changes and cleaning up as many old code paths as possible - We have not really exposed the admin Settings API, meaning backwards compatibility was more for internal use - We will be changing lang back to locale, but that's a separate issue and won't need backwards compatibility
10 lines
161 B
Handlebars
10 lines
161 B
Handlebars
<!DOCTYPE html>
|
|
<html lang="{{@site.locale}}">
|
|
<head>
|
|
{{ghost_head}}
|
|
</head>
|
|
<body class="{{body_class}}">
|
|
{{{body}}}
|
|
{{ghost_foot}}
|
|
</body>
|
|
</html>
|