Sha256: 7e9d4618598a03b0712448a3008e4bc71e8653e921a328e3d16e1bef20473787
Contents?: true
Size: 784 Bytes
Versions: 1
Compression:
Stored size: 784 Bytes
Contents
{% assign proposal = inculde.proposal %} <article class="proposal"> <h1 class="title" data-target="{{ proposal.id }}">{{proposal.title}}</h1> <p class="subtitle is-3">{{proposal.team}}</p> <div id="{{proposal.id}}" class="is-hidden"> <dl> {% assign check = proposal.repo | strip_newlines %} {% if check != "" %} <dt>Git Repository</dt> <dd><a href="{{proposal.repo}}">{{proposal.repo}}</a></dd> {% endif %} {% assign check = proposal.field | strip_newlines %} {% if check != "" %} <dt>Anwendungsgebiet</dt> <dd>{{proposal.field}}</dd> {% endif %} {% assign check = proposal.type | strip_newlines %} {% if check != "" %} <dt>Typ</dt> <dd>{{proposal.type}}</dd> {% endif %} </dl> {{proposal.content}} </div> </article>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mi-jekyll-theme-0.4.1 | _includes/proposal.html |