4 |
5 |

{{ page.title }}

6 |
7 |
8 |
9 | 10 | 11 |
13 |
14 | 15 | {% if page.form_settings.repository_link and page.form_settings.repository_link != '' %} 16 | {% assign repository_link = page.form_settings.repository_link %} 17 | {% assign data_repo = site.repository_url_data %} 18 | {% if data_repo and data_repo != '' and data_repo contains 'http' %} 19 | {% unless repository_link contains 'http' %} 20 | {% assign repository_link = data_repo | append: repository_link %} 21 | {% endunless %} 22 | {% endif %} 23 | 24 | Go to repository 25 | 26 | {% endif %} 27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 | 35 | 36 | 37 | 38 | 39 | 40 | 150 |