Sha256: a48dd55c4b37ebb0293c47aeb8fed6054cc38d30c68ba496dcfa3cedf6b5004b

Contents?: true

Size: 1.18 KB

Versions: 18

Compression:

Stored size: 1.18 KB

Contents

<!-- *** TWITTER:CARD *** https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards -->
  <meta name="twitter:card" content="summary_large_image" />

  <meta name="twitter:site" content="@{{ site.data.socials.twitter.username }}" />
  <meta name="twitter:creator" content="@{{ site.data.authors.default.twitter }}">
  <meta name="twitter:title" content="{% if page.url == "/" %} {{ site.title }} | {{ site.subtitle }} {% else %} {{ page.title }} | {{ site.title }}{% endif %}" />

  <meta name="twitter:description" content="{% if page.description == null %} {{ site.description }}
  {% else %} {{ page.description }} {% endif %}" />

  <meta name="twitter:image" content="
  {%- if page.id -%}
    {{ site.url }}{{ site.baseurl }}{{ site.default_path }}{{ page.hero | prepend: 'posts/' }}
  {%- else -%}
    {{ site.url }}{{ site.baseurl }}{{ site.fallback_path }}{{ site.brand }}
  {%- endif -%} "/>
  <!-- to implement this we need some kind of db recording the descriptors of our thumbs -->
  <meta name="twitter:image:alt" content="
  {%- if page.id -%}
    {{ page.hero_alt }}
  {%- else -%}
    {{ site.subtitle }}
  {%- endif -%} " />
<!-- *** END TWITTER:CARD *** -->

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
slow-steps-1.0.8 _includes/head/descriptors/twitter-meta.html
slow-steps-1.0.6 _includes/head/descriptors/twitter-meta.html
slow-steps-1.0.5 _includes/head/descriptors/twitter-meta.html
slow-steps-1.0.4 _includes/head/descriptors/twitter-meta.html
slow-steps-1.0.3 _includes/head/descriptors/twitter-meta.html
slow-steps-1.0.2 _includes/head/descriptors/twitter-meta.html
slow-steps-1.0.1 _includes/head/descriptors/twitter-meta.html
slow-steps-1.0.0 _includes/head/descriptors/twitter-meta.html
slow-steps-0.4.14 _includes/head/descriptors/twitter-meta.html
slow-steps-0.4.13 _includes/head/descriptors/twitter-meta.html
slow-steps-0.4.12 _includes/head/descriptors/twitter-meta.html
slow-steps-0.4.11 _includes/head/descriptors/twitter-meta.html
slow-steps-0.4.10 _includes/head/descriptors/twitter-meta.html
slow-steps-0.4.9 _includes/head/descriptors/twitter-meta.html
slow-steps-0.4.8 _includes/head/descriptors/twitter-meta.html
slow-steps-0.4.7 _includes/head/descriptors/twitter-meta.html
slow-steps-0.4.6 _includes/head/descriptors/twitter-meta.html
slow-steps-0.4.5 _includes/head/descriptors/twitter-meta.html