all repos — legit @ 6887878020113a7b0cc422097e0c452d5552e99a

web frontend for git, written in go

templates: Move header inside body All contentful elements such as <header> should appear inside the <body> tag. References: https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Structuring_content/Structuring_documents

Runxi Yu
commit

6887878020113a7b0cc422097e0c452d5552e99a

parent

8f8a079b2b3fdd26a10b27ee534319579d5e1bf5

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M templates/repo.htmltemplates/repo.html
@@ -3,10 +3,10 @@ <!DOCTYPE html>
<html> {{ template "head" . }} -{{ template "repoheader" . }} - <body> + {{ template "repoheader" . }} {{ template "nav" . }} + <main> {{ $repo := .name }} <div class="log">