Sha256: d53f89d15dfb3061c2964e834737ba0764cd3b15c1a79904e86812318cf5af4c

Contents?: true

Size: 1.56 KB

Versions: 88

Compression:

Stored size: 1.56 KB

Contents

{% if page.pubkeys.section.visible == true %}
<div class="container py-5 text-center border-top{% if page.pubkeys.section.highlight == true %} bg-light-radial-gradient{% endif %}">
  <div class="row">
    <div class="col">
      {% if page.pubkeys.section.icon %}
      <div class="display-6"><i class="{{ page.pubkeys.section.icon }}"></i></div>
      {% endif %} {% if page.pubkeys.section.name %}
      <div class="display-6 fw-bold">{{ page.pubkeys.section.name }}</div>
      {% endif %} {% if page.pubkeys.section.preamble %}
      <p>{{ page.pubkeys.section.preamble }}</p>
      {% endif %}
    </div>
  </div>

  {% if page.pubkeys.content.size > 0 %}
  <div class="row">
    {% for pubkey in page.pubkeys.content %}
    <div class="col-sm-6 px-5">
      <p class="fw-bold">{{ pubkey.name }}</p>
      <div class="input-group">
        <textarea id="{{ pubkey.name }}-key-{{ forloop.index }}" class="form-control font-monospace" placeholder="User's key" aria-label="User's key" aria-describedby="{{ pubkey.name }}-button-{{ forloop.index }}" readonly rows="5">{{ pubkey.content }}</textarea>
        <button id="{{ pubkey.name }}-button-{{ forloop.index }}" class="btn btn-clipboard" type="button" aria-label="Copy to clipboard" data-clipboard-target="#{{ pubkey.name }}-key-{{ forloop.index }}" data-bs-toggle="tooltip" data-bs-title="Copy to clipboard"><i class="fa-solid fa-clipboard"></i></button>
      </div>
    </div>
    {% endfor %}
  </div>
  {% else %}
  <div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
  {% endif %}
</div>
{% endif %}

Version data entries

88 entries across 88 versions & 1 rubygems

Version Path
jekyll-theme-centos-2.51.1.beta.56 _includes/people/pubkeys.html
jekyll-theme-centos-2.51.1.beta.55 _includes/people/pubkeys.html
jekyll-theme-centos-2.51.1.beta.54 _includes/people/pubkeys.html
jekyll-theme-centos-2.51.1.beta.53 _includes/people/pubkeys.html
jekyll-theme-centos-2.51.1.beta.52 _includes/people/pubkeys.html
jekyll-theme-centos-2.51.1.beta.51 _includes/people/pubkeys.html
jekyll-theme-centos-2.51.1.beta.50 _includes/people/pubkeys.html
jekyll-theme-centos-2.51.1.beta.49 _includes/people/pubkeys.html
jekyll-theme-centos-2.51.1.beta.48 _includes/people/pubkeys.html
jekyll-theme-centos-2.51.1.beta.47 _includes/people/pubkeys.html
jekyll-theme-centos-2.5.2 _includes/people/pubkeys.html
jekyll-theme-centos-2.5.1 _includes/people/pubkeys.html
jekyll-theme-centos-2.5.0 _includes/people/pubkeys.html
jekyll-theme-centos-2.4.0 _includes/people/pubkeys.html
jekyll-theme-centos-2.3.0 _includes/people/pubkeys.html
jekyll-theme-centos-2.2.21 _includes/people/pubkeys.html
jekyll-theme-centos-2.2.20 _includes/people/pubkeys.html
jekyll-theme-centos-2.2.18 _includes/people/pubkeys.html
jekyll-theme-centos-2.2.17 _includes/people/pubkeys.html
jekyll-theme-centos-2.2.16 _includes/people/pubkeys.html