Sha256: 624f163f8a3f74db2ec649f84616bb15223d4aa73908b51eaff25c2db69ea6be
Contents?: true
Size: 2 KB
Versions: 8
Compression:
Stored size: 2 KB
Contents
{% comment %} # ----------------------------------------------------------------------------- # ~/_includes/themes/j1/procedures/posts/create_ad_block.proc # Liquid PROCEDURE to create a series header for post series # # http://jekyll.one # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- # Posts procedure. Generates ... # # Usage: # # 1) assign the 'page', 'post' and 'readmore' variables # 2) include the create_ad_block.proc procedure # # Example: # # {% capture create_ad_block %}themes/{{site.template.name}}/procedures/posts/create_ad_block.proc{% endcapture %} # {% assign my_navigation_data = nav_data_array %} # # {% include {{create_ad_block}} page=page post=post %} # # ----------------------------------------------------------------------------- # Test data: # liquid_var: {{ liquid_var | debug }} # # ----------------------------------------------------------------------------- {% endcomment %} {% comment %} Liquid procedures ------------------------------------------------------------ {% endcomment %} {% comment %} Variables ------------------------------------------------------------ {% endcomment %} {% assign page = include.page %} {% assign post = include.post %} {% comment %} Main ------------------------------------------------------------ {% endcomment %} <div id="ad-block" class="mt-3 mb-5"> <div class="card card-blog"> <div class="content"> <div class="card-title mb-3">Adblock</div> <p class="card-description"> Don't be scared of the truth because we need to restart the human foundation in truth And I love you like Kanye loves Kanye I love Rick Owens’ bed design but the back is... </p> </div> </div> </div>
Version data entries
8 entries across 8 versions & 1 rubygems