Fix minor error in documentation.

main
Cas Rusnov 5 years ago
parent 3922b13fb1
commit 8fc5467131
  1. 2
      READMES/project-layout.md

@ -55,7 +55,7 @@ A simple default.jinja2 example:
<!DOCTYPE html>
<html>
<head>
<title>{{ title }}</title>
<title>{{ metadata.title }}</title>
</head>
<body>
{{content}}