mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-08-04 07:32:00 +00:00
Adjusted homepage
This commit is contained in:
parent
f8ec0ff91c
commit
71b4e15bfb
1 changed files with 2 additions and 10 deletions
|
@ -27,15 +27,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<!-- Social Navigation -->
|
<p>Feel free to <a href='/contact'>get in touch</a>!</p>
|
||||||
<p>Feel free to <a href='/contact'>contact me</a>:</p>
|
|
||||||
<nav class="nav-home">
|
|
||||||
<ul class="space-evenly">
|
|
||||||
{{ range .Site.Menus.profile }}
|
|
||||||
<li><a href="{{ .URL }}" rel="me" aria-label="{{ .Identifier }}">{{ .Pre }}<br>{{ .Name }}</a></li>
|
|
||||||
{{ end }}
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</div>
|
</div>
|
||||||
<div style="text-align: left; max-width: 750px">
|
<div style="text-align: left; max-width: 750px">
|
||||||
|
|
||||||
|
@ -92,7 +84,7 @@
|
||||||
|
|
||||||
{{ $items := (where site.RegularPages "Type" "postroll").ByDate }}
|
{{ $items := (where site.RegularPages "Type" "postroll").ByDate }}
|
||||||
{{ range last 1 $items }}
|
{{ range last 1 $items }}
|
||||||
<p><strong>Outside Post Read: </strong><a href="{{ .Permalink }}">{{ .Title }}</a></p>
|
<p><strong>Last Postroll: </strong><a href="{{ .Params.url }}">{{ .Title }}</a></p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue