Skip to main content

TEMPLATE_GIT_REFS_GEMTEXT

Constant TEMPLATE_GIT_REFS_GEMTEXT 

Source
pub const TEMPLATE_GIT_REFS_GEMTEXT: &str = "# {{ project_name }} \u{2014} Refs\n\n=> index.gmi Log\n{% if branches %}\n## Branches\n{% for branch in branches %}\n=> commit/{{ branch.hash }}.gmi {{ branch.short_name }}\n{% endfor %}\n{% endif %}\n{% if tags %}\n## Tags\n{% for tag in tags %}\n=> commit/{{ tag.hash }}.gmi {{ tag.short_name }}\n{% endfor %}\n{% endif %}\n";