Browse Source

Added << All Posts >> button on the front page

Signed-off-by: Blagovest Petrov <blagovest@petrovs.info>
pull/1/head
Blagovest Petrov 4 years ago
parent
commit
b159385931
  1. 4
      layouts/index.html
  2. 8
      layouts/partials/footer.html

4
layouts/index.html

@ -8,7 +8,7 @@
<div class="row-fluid">
<div class="span9 bs-docs-sidebar">
<p class="lead">{{ .Site.Params.mainpagesubtitle }}</p>
<p class="lead"><img src="retro-torch.gif"> {{ .Site.Params.mainpagesubtitle }}</p>
<p></p>
<p>{{ .Site.Params.mainpagedesc }}</p>
<p></p>
@ -22,6 +22,8 @@
{{ end }}
{{ end }}
</ul>
<p></p>
<a class="btn" href="/post/">All posts</a>
</div>
<div class="span3 bs-docs-sidebar">

8
layouts/partials/footer.html

@ -4,10 +4,10 @@
{{- partial "copyright.html" . -}}
</p>
<p class="text-center">
<a href="https://social.petrovs.info/@blagovest">Mastodon</a>
<a href="https://www.linkedin.com/in/blpetrov/">Linkedin</a>
<a href="https://github.com/eniac111">GitHub</a>
<a href="https://code.petrovs.info/explore/repos">Code</a>
<!-- <a href="https://social.petrovs.info/@blagovest">Mastodon</a> -->
<!-- <a href="https://www.linkedin.com/in/blpetrov/">Linkedin</a> -->
<!-- <a href="https://github.com/eniac111">GitHub</a> -->
<!-- <a href="https://code.petrovs.info/explore/repos">Code</a> -->
</p>
</footer>

Loading…
Cancel
Save