Commit 2704b8a3 authored by coconux's avatar coconux
Browse files

Add separator after readme part. Change color of licence section

parent f7903a0a
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -28,15 +28,19 @@
    </div>
    {% endif %}

    <hr/>

    ## License

    ??? "License: {{ license_name }}"
    ??? info "License: {{ license_name }}"
    {%- for line in license -%}
    {%- if line %}
        {{ line }}
    {%- endif -%}
    {%- endfor %}

    <hr/>

    ## Changelog

    * **[latest]({{ latest.url }})** (current -> `{{ latest.version }}`):
@@ -66,6 +70,8 @@
    {{ job_raw_content | indent(4, False) }}
    ```

    <hr/>

{% if screenshots_files %}
<script>
checkGallery();
@@ -77,4 +83,3 @@ function checkGallery() {
}
</script>
{% endif %}