to identify if we are on blog index or detail page.
When on detail page: On page load, the header slideshow is hidden, allowing
for JS at bottom of page to update the image and then show main image in
header slideshow without flashing content while image is updated.
*/
var el = document.querySelector('body');
var className = false ? "blog-detail" : "blog-index";
if (el.classList) { el.classList.add(className); }
else { el.className += " " + className; }
Nat Love, or Deadwood Dick, is one of the most famous cowboys who rode the Western Cattle Trail. His autobiography tells of growing up enslaved on a plantation in Davidson County, Tennessee. He left…
Read More
Texas cowboys drove cattle herds along the Western Cattle Trail transforming Dodge City with their business, celebrations, and wild ways Over 150-years ago the Western Cattle Trail, also known as the…
Read More
Artwork: Torren Thomas In the late 1800s and early 1900s, criminals often broke the law on the Kansas plains, but some were rebels with a cause – and others were outlaws Manifest destiny, a term…
Read More