Sha256: 5d8814417aa20bdeceb86e483516d4bf7c15cb52b5cd75e68c6da6eb05d4ec34

Contents?: true

Size: 440 Bytes

Versions: 16

Compression:

Stored size: 440 Bytes

Contents

## Pages

<ul class="list-group">
{% for post in site.pages %}

<li class="list-group"><a href="{{ siteurl }}{{site.baseurl}}{{ post.url }}">{{ post.title }}</a></li>
<br>

{% endfor %}
</ul>
<hr>
## Posts  

<ul class="list-group">
    {% for post in site.posts %}
    
    <li class="list-group"><a href="{{ siteurl }}{{site.baseurl}}{{ post.url }}">{{ post.title }}</a></li>
    <br>
    
    {% endfor %}
    </ul>

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
conference-mgeek.in-jekyll-theme-0.3.03 _includes/sitemap.html
conference-mgeek.in-jekyll-theme-0.3.01 _includes/sitemap.html
conference-mgeek.in-jekyll-theme-0.3.00 _includes/sitemap.html
conference-mgeek.in-jekyll-theme-0.2.17 _includes/sitemap.html
conference-mgeek.in-jekyll-theme-0.2.16 _includes/sitemap.html
conference-mgeek.in-jekyll-theme-0.2.15 _includes/sitemap.html
conference-mgeek.in-jekyll-theme-0.2.14 _includes/sitemap.html
ieee-students-branch-jekyll-theme-0.1.01 _includes/sitemap.html
conference-mgeek.in-jekyll-theme-0.2.13 _includes/sitemap.html
conference-mgeek.in-jekyll-theme-0.2.11 _includes/sitemap.html
conference-mgeek.in-jekyll-theme-0.2.10 _includes/sitemap.html
conference-mgeek.in-jekyll-theme-0.2.05 _includes/sitemap.html
conference-mgeek.in-jekyll-theme-0.2.04 _includes/sitemap.html
conference-mgeek.in-jekyll-theme-0.2.03 _includes/sitemap.html
conference-mgeek.in-jekyll-theme-0.2.01 _includes/sitemap.html
conference-mgeek.in-jekyll-theme-0.2.00 _includes/sitemap.html