Skip to content

Commit

Permalink
Fix another deprecated base url property
Browse files Browse the repository at this point in the history
  • Loading branch information
nishanths committed Nov 12, 2015
1 parent 9949132 commit a58f1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/posts/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="page-heading">
<a href="{{ .Permalink }}">{{ if .Params.heading }}{{ .Params.heading }}{{ else }}{{ .Title }}{{ end }}</a>
</div>
<div class="initials"><a href="{{ .Site.BaseUrl }}">{{ .Site.Params.Initials }}</a></div>
<div class="initials"><a href="{{ .Site.BaseURL }}">{{ .Site.Params.Initials }}</a></div>
</div>
<div class="meta">
<div class="date" title="{{ .Date.Format .Site.Params.DateFormFull }}">{{ .Date.Format .Site.Params.DateForm }}</div>
Expand Down

0 comments on commit a58f1b6

Please sign in to comment.