
Greeting~
I’m currently building my personal website, using the Sam huge theme. I’m not technical person, I’m using http://www.giraffeacademy.com/, while getting some help from a friend.
I wanted to keep the list page and title page as neat as possible, as I"d like to have a more readable listing.
After researching the listing, and page layout, I’m still struggling to find a way to make it neat.
Appreciate your advice if you could give some guidance to move forward.
Code:
{{ partial "head.html" . }}<body><div class="wrap"><div class="section" id="content"><h1>{{ .Title }}</h1><p>{{ .Content }}</p>{{ range .Data.Pages }}<li>
<a href="{{.Permalink}}">{{.Title}}</a> · · · · · · · · · · · · · ·
{{ if .Params.showDate }}
{{ .Date.Format (.Site.Params.dateformArchive | default "Jan 02, 2006")}} {{ end }}</li>{{ end }}</div>{{ if .Site.Params.mainMenu }}<div class="section bottom-menu"><hr/><p>{{ range first 1 .Site.Params.mainMenu }}<a href="{{ .link }}">{{ .text }}</a>{{ end }}
{{ range after 1 .Site.Params.mainMenu }}
· <a href="{{ .link }}">{{ .text }}</a>{{ end }}
· <a href="{{.Site.BaseURL}}">{{ .Site.Params.homepage }}</a></p></div>{{ end }}<div class="section footer">{{ partial "footer.html" . }}</div></div></body>
Here is the WIP -
Thank you very much



Be Awesome,
500seeds:




