cannon defaults
This commit is contained in:
parent
6fbad63247
commit
552a4e1744
|
@ -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 "{{ page.title }}"!&body=Hey Set! The post on on your site with the title "{{ page.title }}" 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 "{{ page.title }}"!&body=Hey Set! The post on on your site with the title "{{ page.title }}" 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 "{{ page.title }}"!&body=Hey Set! The post on on your site with the title "{{ page.title }}" 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 "{{ page.title }}"!&body=Hey Set! The post on on your site with the title "{{ page.title }}" 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 %}
|
|
@ -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: ''
|
||||||
|
|
|
@ -5,5 +5,5 @@ image_path:
|
||||||
url_staff:
|
url_staff:
|
||||||
email:
|
email:
|
||||||
gpg:
|
gpg:
|
||||||
blurb:
|
blurb_markup:
|
||||||
---
|
---
|
|
@ -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ïd.'
|
blurb_markup: 'Multi-tasking humanoïd.'
|
||||||
---
|
---
|
Loading…
Reference in a new issue