<div id="breadcrumb">
<strong class="b title">You are here:</strong>
- <ol class="b" th:include="~{::#crumbs}?:_">
- <li class="b"><a class="b" href="../index.html" th:href="@{/index.html}">Home</a></li>
- <li class="b" th:each="crumb: ${crumbs}">
- <a class="b" href="../projects.html" th:href="@{${crumb}}" th:text="${_titles.get(crumb)}">Projects</a>
- </li>
- <!--/*-->
- <li class="b"><strong class="b" th:text="${title}">Fix SWF</strong></li>
- <!--*/-->
+ <ol class="b">
+ {{- range .Ancestors.Reverse -}}
+ <li class="b"><a class="b" href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></li>
+ {{- end -}}
+ <li class="b"><strong class="b">{{ .LinkTitle }}</strong></li>
</ol>
<a class="hide" href="#nav" title="Show navigation menu">Jump to navigation</a>
<hr class="b" />