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_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>
|
||||
<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 %}
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
title: ''
|
||||
description: ''
|
||||
date: ''
|
||||
artist: ''
|
||||
author: ''
|
||||
category: ''
|
||||
tags: []
|
||||
layout:
|
||||
description: ''
|
||||
uid: ''
|
||||
image: ''
|
||||
download: ''
|
||||
|
|
|
@ -5,5 +5,5 @@ image_path:
|
|||
url_staff:
|
||||
email:
|
||||
gpg:
|
||||
blurb:
|
||||
blurb_markup:
|
||||
---
|
|
@ -5,5 +5,5 @@ image_path: /assets/img/staff/set.png
|
|||
url_staff: 'https://sakrecoer.com'
|
||||
email: 'set@basspistol.com'
|
||||
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