dbd85bc12c
* Remove data/personalize.toml and shift all params to config.toml. Change "About" section in index page to be fetched from content/_index.md. * Fix twitter profile param key in config.toml. * Fix twitter profile param key in README.md.
14 lines
213 B
HTML
14 lines
213 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<body>
|
|
<header class="site-header">
|
|
|
|
<div class="wrapper">
|
|
<a class="muted small" href="{{ .Site.BaseURL }}">{{ .Site.Params.Name }}</a>
|
|
</div>
|
|
</header>
|
|
</body>
|
|
|
|
</html>
|