Skip to content

Latest commit

 

History

History
56 lines (53 loc) · 2.22 KB

File metadata and controls

56 lines (53 loc) · 2.22 KB
layout default
title Bass Fishing Blog
excerpt Recent blog posts about my fishing adventures in Ohio and some tips for landing the big ones
permalink /
author false
image
path
/assets/img/logo/A-Fishing-Addiction-logo.png
seo
type
Website

{{ page.title }}

{% if false %}

A Fishing Addiction's new Lure Wizard is a browser tool that asks you, the angler, 3 simple questions about the current fishing conditions. The Lure Wizard then provides you with several options or suggestions for lures to use in those conditions.

Click the image below to get started.

A Fishing Addiction's Lure Wizard

Try Lure Wizard now »

{% endif %}

Popular Pages

{% for doc in site.documents -%} {% if doc.tags contains "top" %}

{{ doc.description | default: doc.excerpt }}

View details »

{% endif %} {%- endfor %}
{% include ads/inline-content.html %} {% assign pages_to_display = site.posts | concat: site.knots | concat: site.maps | sort: 'date' | reverse %} {% for post in pages_to_display %} {% if post.canonical_url == nil %}
  {% include post_tags.html post_tags=post.tags %}

  <div class="entry">
    <p>{{ post.excerpt | strip_html | strip }}</p>
  </div>

  <a href="{{ site.baseurl }}{{ post.url }}" class="read-more" title="Read More of this Post">Read More</a>
</article>
{% endif %}

{% endfor %}