Customized pages

This commit is contained in:
tom5079
2019-05-12 00:52:09 +09:00
parent 9b138cd0c4
commit c4c7be3dec
5 changed files with 6 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
<footer class="site-footer">
<span class="site-footer-owner"><a href="{{ site.url }}">{{ site.title }}</a> is maintained by <a href="{{ site.author.url }}">{{ site.author.name }}</a>.</span>
<span class="site-footer-owner">{{ site.title }} is maintained by <a href="{{ site.author.url }}">{{ site.author.name }}</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
</footer>

View File

@@ -1,7 +1,6 @@
<section class="page-header">
<h1 class="project-name">{{ site.title }}</h1>
<h2 class="project-tagline">{{ site.tagline }}</h2>
<a href="#" class="btn">View on GitHub</a>
<a href="#" class="btn">Download .zip</a>
<a href="#" class="btn">Download .tar.gz</a>
<a href="#" class="btn">Download app</a>
<a href="#" class="btn">Having a problem?</a>
</section>