Sha256: a91ca4d48fa437d2386bdafaf60b973a3e72e941ed678a156549ca2bd5d2b3ce
Contents?: true
Size: 731 Bytes
Versions: 2
Compression:
Stored size: 731 Bytes
Contents
<div class="alert alert-{{include.type}}" role="alert"> <p> <span class="pe-1"> {% case include.type %} {% when "danger" %} <!-- {% octicon x-circle height:16 fill:"currentColor" %} --> <i class="fas fa-times-circle"></i> {% when "warning" %} <!-- {% octicon alert height:16 fill:"currentColor" %} --> <i class="fas fa-exclamation-circle"></i> {% when "info" %} <!-- {% octicon info height:16 fill:"currentColor" %} --> <i class="fas fa-info-circle"></i> {% when "success" %} <!-- {% octicon issue-closed height:16 fill:"currentColor" %} --> <i class="fas fa-check-circle"></i> {% endcase %} </span> {{ include.text }} </p> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-struggle-0.0.2 | _includes/alert.html |
jekyll-struggle-0.0.1 | _includes/alert.html |