simpletheme/layouts/partials/page_header.html
Suyash Belekar dbd85bc12c Remove data/personalize.toml and shift all params to config.toml (#9)
* 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.
2021-05-02 13:47:50 +05:30

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>