Skip to content

Commit

Permalink
docs: remove theme details (#859)
Browse files Browse the repository at this point in the history
Where the page is hosted is not something readers want to know
  • Loading branch information
elharo authored and chingor13 committed Oct 28, 2019
1 parent 95495aa commit eee85cd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/_layouts/default.html
Expand Up @@ -35,9 +35,6 @@ <h1 class="header">{{ site.title | default: site.github.repository_name }}</h1>
{{ content }}
</section>

<footer>
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
{% if site.google_analytics %}
Expand All @@ -51,4 +48,4 @@ <h1 class="header">{{ site.title | default: site.github.repository_name }}</h1>
</script>
{% endif %}
</body>
</html>
</html>

0 comments on commit eee85cd

Please sign in to comment.