Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « admin « static - github.com/your-identity/hugo-theme-dimension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 711f0d9f40e3aa921c02914483dad2d25b27dc28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Content Manager</title>
    {{ partial "netlify-identity.html" .}}
  </head>
  <body>
    {{ partial "netlify-cms.html" .}}
  </body>
</html>