blob: fe03f4252e40f773b3b7a6c60d4d09ef4756aa3f (
plain) (
tree)
|
|
export date_fmt='%B %-d, %Y'
export site_name="EuAndreh's website"
export lang='pt'
export index_pastebins_title='Pastebins'
export index_recent_pastebins_title='Pastebins listing'
export index_category_pastebins_title='Pastebins by category'
export index by_category_url_part='by-category.html'
export feed_pastebins_title="EuAndreh's pastebins"
export index_tils_title='TIL'
export index_recent_tils_title='TIL listing'
export index_category_tils_title='TIL by category'
export feed_tils_title="EuAndreh's TIL"
export about='About'
export about_url_name='about.html'
export homepage_url="$(url-for "$lang/")"
export homepage_url_absolute="$(absolute "$homepage_url")"
export about_url="$(url-for "$lang/$about_url_name")"
|