
Additions to the documentation: - Page for collecting custom job types, with multi-pass job type. - BAT Pack Error Message solution on Windows. - Clarificationof two-way variable usage in jobs. Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104202
20 lines
665 B
HTML
20 lines
665 B
HTML
<!-- For more info check the links below -->
|
|
<!-- Lists: https://gohugo.io/templates/lists/ -->
|
|
<!-- Taxonomy Templates: https://gohugo.io/templates/taxonomy-templates/ -->
|
|
<!-- Page Variables: https://gohugo.io/variables/pages/ -->
|
|
<!-- Cheers, Dylan -->
|
|
|
|
<!-- This TOC Excludes the current section index and the current page -->
|
|
|
|
<div>
|
|
{{ $current_page_title := .Page.Title }}
|
|
<ul>
|
|
{{ range .Page.CurrentSection.Data.Pages.ByWeight }}
|
|
{{ if ne .Page.Title $current_page_title }}
|
|
<li>
|
|
<a href="{{ .Permalink }}">{{ .LinkTitle }}</a>
|
|
</li>
|
|
{{ end }}
|
|
{{ end }}
|
|
</ul>
|
|
</div> |