49 lines
919 B
Markdown
49 lines
919 B
Markdown
|
+++
|
||
|
# Internal stuff
|
||
|
layout = "event"
|
||
|
aliases = [
|
||
|
"/albums/sumus-ubique",
|
||
|
]
|
||
|
featured_asset = "**/IMG-1594.jpg"
|
||
|
|
||
|
# Basic metadata
|
||
|
title = "Sumus Ubique"
|
||
|
summary = "Brand New (w/ Foxing, Cymbals Eat Guitars) - 2014/10/21 @ Iron City, Birmingham, AL"
|
||
|
|
||
|
# Taxonomy
|
||
|
categories = ["Concert"]
|
||
|
tags = [
|
||
|
"sumus ubique",
|
||
|
"iron city",
|
||
|
"birmingham al",
|
||
|
"brand new",
|
||
|
"foxing",
|
||
|
"cymbals eat guitars",
|
||
|
]
|
||
|
|
||
|
# Event metadata
|
||
|
date = "2014-10-21T19:00:00-0500"
|
||
|
|
||
|
[location]
|
||
|
name = "Iron City"
|
||
|
url = "https://ironcitybham.com"
|
||
|
latitude = "33.5088971"
|
||
|
longitude = "-86.7980653"
|
||
|
altitude = "15"
|
||
|
street-address = "513 22nd St S"
|
||
|
locality = "Birmingham, Alabama"
|
||
|
postal-code = "35233"
|
||
|
country-name = "USA"
|
||
|
|
||
|
[[openers]]
|
||
|
name = "Foxing"
|
||
|
url = "https://foxingtheband.com"
|
||
|
|
||
|
[[openers]]
|
||
|
name = "Cymbals Eat Guitars"
|
||
|
url = "https://cymbalseatguitars.bandcamp.com"
|
||
|
|
||
|
[[headliners]]
|
||
|
name = "Brand New"
|
||
|
url = "https://www.fightoffyourdemons.com"
|
||
|
+++
|