A tumblelog theme for Hugo
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

14 linhas
530 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>{{ .Site.Title }}</title>
  5. {{ .Hugo.Generator }}
  6. {{ "<!-- Tumble theme for Hugo: https://github.com/adrianshort/tumble -->" | safeHTML }}
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <link rel="stylesheet" href="{{ relURL "/css/main.css" }}">
  9. <link rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}"
  10. href="{{ .RSSLink }}">
  11. </head>
  12. <body>
  13. <h1 id="site-title"><a href="{{ relURL "/" }}">{{ .Site.Title }}</a></h1>