Sha256: 928f6cebb25918f88e0307ee2254973ab42d0c861da998233604bd93761cf8f0
Contents?: true
Size: 754 Bytes
Versions: 44
Compression:
Stored size: 754 Bytes
Contents
<!-- Title System --> <% phc_title "PHCNetworks Blog" %> <% phc_title_tagline "News & Information" %> <!-- Title System --> <!-- Page Header --> <section class="page-header dark page-header-xs"> <div class="container"> <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1> </div> </section> <!-- Page Header --> <!-- Page Content --> <section> <div class="container"> <div class="row"> <!-- Left Sidebar --> <div class="col-md-3 col-sm-3"> </div> <!-- Left Sidebar --> <!-- Blog List --> <div class="col-md-9 col-sm-9"> <% @phcpress_frontend_article_list.each do |phcpress_index| %> <%= phcpress_index['phcpresspro_article_post']['id'] %> <% end %> </div> <!-- Blog List --> </div> </div> <section> <!-- Page Content -->
Version data entries
44 entries across 44 versions & 1 rubygems