cannon defaults

This commit is contained in:
Set Hallstrom 2019-04-01 23:35:32 +02:00
parent 6fbad63247
commit 552a4e1744
4 changed files with 4 additions and 4 deletions

View file

@ -2,5 +2,5 @@
{% assign author_id = page.author | prepend: "/staff_members/" | append: "/" %} {% assign author_id = page.author | prepend: "/staff_members/" | append: "/" %}
{% assign author_name = site.staff_members | where: "url", author_id | first %} {% assign author_name = site.staff_members | where: "url", author_id | first %}
<a href="mailto:info+comment@basspistol.com?subject=Regarding the post &quot;{{ page.title }}&quot;!&body=Hey Set! The post on on your site with the title &quot;{{ page.title }}&quot; is wrong/right/good/bad/weird/peanuts/jelly/crazy/" style="text-decoration:none;"><img class="square-image" src="{{ base }}{{ author_name.image_path }}" /></a> <a href="mailto:info+comment@basspistol.com?subject=Regarding the post &quot;{{ page.title }}&quot;!&body=Hey Set! The post on on your site with the title &quot;{{ page.title }}&quot; is wrong/right/good/bad/weird/peanuts/jelly/crazy/" style="text-decoration:none;"><img class="square-image" src="{{ base }}{{ author_name.image_path }}" /></a>
<br /><p class="blurb"><a href="mailto:info+comment@basspistol.com?subject=Regarding the post &quot;{{ page.title }}&quot;!&body=Hey Set! The post on on your site with the title &quot;{{ page.title }}&quot; is wrong/right/good/bad/weird/peanuts/jelly/crazy/" style="text-decoration:none;"><strong>{{ author_name.name }}</strong></a><br />{{ author_name.blurb }}</p> <br /><p class="blurb"><a href="mailto:info+comment@basspistol.com?subject=Regarding the post &quot;{{ page.title }}&quot;!&body=Hey Set! The post on on your site with the title &quot;{{ page.title }}&quot; is wrong/right/good/bad/weird/peanuts/jelly/crazy/" style="text-decoration:none;"><strong>{{ author_name.name }}</strong></a><br />{{ author_name.blurb_markup }}</p>
{% endif %} {% endif %}

View file

@ -1,12 +1,12 @@
--- ---
title: '' title: ''
description: ''
date: '' date: ''
artist: '' artist: ''
author: '' author: ''
category: '' category: ''
tags: [] tags: []
layout: layout:
description: ''
uid: '' uid: ''
image: '' image: ''
download: '' download: ''

View file

@ -5,5 +5,5 @@ image_path:
url_staff: url_staff:
email: email:
gpg: gpg:
blurb: blurb_markup:
--- ---

View file

@ -5,5 +5,5 @@ image_path: /assets/img/staff/set.png
url_staff: 'https://sakrecoer.com' url_staff: 'https://sakrecoer.com'
email: 'set@basspistol.com' email: 'set@basspistol.com'
gpg: 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x92401D3F102A0208' gpg: 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x92401D3F102A0208'
blurb: 'Multi-tasking humano&iuml;d.' blurb_markup: 'Multi-tasking humano&iuml;d.'
--- ---