Commit e9478e00 authored by FulcrandG's avatar FulcrandG
Browse files

Adding License name as title of the extendable block

parent 97f18044
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ def create_job_doc(job):
        template = env.get_template(TEMPLATE_DOC)
        doc_file.write(template.render(
            readme = description,
            license_name = license_name,
            license = license_content,
            latest = latest,
            changelogs = changelogs,
+1 −1
Original line number Diff line number Diff line
{{ readme }}

??? License
??? {{ license_name }}
{%- for line in license -%}
  {%- if line %}
    {{ line }}