{% extends "base.html" %} {% block content -%} {% set posts = get_section(path="posts/_index.md") -%} {% set micro = get_section(path="micro/_index.md") -%} {% set all_projects = get_section(path="projects/_index.md") -%} {% set projects = all_projects.pages -%}
I'm Brian Hicks, a programmer and author from St. Louis, MO. You've found my site!
Made with Love in St. Louis, MO. Have a wonderful day! ❤️
{% endblock %}