From 7213ae7358c86aa3ca7e416a22379b42ed0f4eac Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 12 May 2026 14:04:28 +0000
Subject: [PATCH] =minor css tweak
---
blocks/_setup.php | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/blocks/_setup.php b/blocks/_setup.php
index e232442..cf7eb9e 100644
--- a/blocks/_setup.php
+++ b/blocks/_setup.php
@@ -45,12 +45,12 @@
'alt' => 'A signature script of the words "Legacy Tattoo Removal" by Edmonton tattoo artist Dave Huns of Blvck Chapel',
'slug' => 'dave-huns'
],
-// [
-// 'title' => 'Edmonton tattoo artist Jon Squires of Homesick Tattoos',
-// 'img' => 'Jon Squires Pinup',
-// 'alt' => 'A two-headed pinup girl (with Madi and Heidi\'s heads) by Edmonton tattoo artist Jon Squires of Homesick Tattoos',
-// 'slug' => 'jon-squires'
-// ],
+ [
+ 'title' => 'Edmonton tattoo artist Jon Squires of Homesick Tattoos',
+ 'img' => 'Jon Squires Pinup',
+ 'alt' => 'A two-headed pinup girl (with Madi and Heidi\'s heads) by Edmonton tattoo artist Jon Squires of Homesick Tattoos',
+ 'slug' => 'jon-squires'
+ ],
[
'title' => 'Sherwood Park tattoo artist Scott Rusnak',
'img' => 'Scott Rusnak Kitsune',
@@ -73,7 +73,7 @@
<p>See the Difference</p>
</div>
</div>',
- '#'.$imgs[$rand]['slug'],
+ get_home_url(null, '/tattoo-artist-logos/').'#'.$imgs[$rand]['slug'],
$imgs[$rand]['title'],
AJV_URL.'/assets/img/'.$imgs[$rand]['img'].'.png',
$imgs[$rand]['alt'],
--
Gitblit v1.10.0