Sha256: e28d02e235053aeb24d60e81e594f0e01300a6f7683225d1cf3c76d33e6c3602

Contents?: true

Size: 815 Bytes

Versions: 6

Compression:

Stored size: 815 Bytes

Contents

<div class="alert alert-{{ include.color | default: 'primary') }} rounded-0 m-0 border-0" role="alert">
  <div class="container d-flex justify-content-between align-items-center">
    <div class="me-3">
      <div class="h5 mb-0"><i class="{{ include.icon | default: 'fa-solid fa-bullhorn' }}"></i></div>
    </div>
    <div class="flex-fill">
      {% if include.title != "" %}
      <div class="h5 mb-0">{{ include.title }}</div>
      {% endif %}
      {% if include.content != "" %}
      <div>{{ include.content }}</div>
      {% endif %}
    </div>
    {% if include.url != "" %}
    <div class="">
      <a class="btn btn-sm btn-{{ include.color | default: 'primary') }}" href="{{ include.url }}" role="button">Know more <i class="fa-solid fa-arrow-right"></i></a>
    </div>
    {% endif %}
  </div>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-theme-centos-2.47.0 _includes/base/breakingnews.html
jekyll-theme-centos-2.46.1 _includes/base/breakingnews.html
jekyll-theme-centos-2.46.0 _includes/base/breakingnews.html
jekyll-theme-centos-2.45.0 _includes/base/breakingnews.html
jekyll-theme-centos-2.44.0 _includes/base/breakingnews.html
jekyll-theme-centos-2.43.0 _includes/base/breakingnews.html