diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-30 01:04:22 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-30 01:04:22 +0200 |
commit | 830fa91359cea05f2a3c1654bedce6b575401ad4 (patch) | |
tree | a005cf4938a8f82186b5991921dc21161af79407 /layouts/partials/docs/brand.html | |
parent | 13150ec9d88a807b55a7c03a30725d4acbec0cb0 (diff) |
Minor fixes
Diffstat (limited to 'layouts/partials/docs/brand.html')
-rw-r--r-- | layouts/partials/docs/brand.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/docs/brand.html b/layouts/partials/docs/brand.html new file mode 100644 index 0000000..3a6d7b4 --- /dev/null +++ b/layouts/partials/docs/brand.html @@ -0,0 +1,3 @@ +<h2 class="brand"> + <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a> +</h2>
\ No newline at end of file |