mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 19:46:21 +05:30
404 pages rendreed within layout
Before this pull request, the 404 and 404-search templates where handled as full HTML pages without the page context (layout). With this pull request both pages are rendered inside the selected themes layout. Additionally the 404 template now contains the "search form" and the homepage link. All Themes are already updated with the above changes.
This commit is contained in:
parent
9b37682f25
commit
41ae84a129
17 changed files with 133 additions and 168 deletions
|
|
@ -332,6 +332,10 @@ ul li, ol li {
|
|||
#search-form {
|
||||
float: right;
|
||||
}
|
||||
.error-404 .post #search-form,
|
||||
.error-404-search .post #search-form {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.search-input {
|
||||
border: 1px solid #E5E5E5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue