@ -0,0 +1,12 @@
---
title: "A Bridgy Too Far?"
date: 2020-05-05T10:04:39+01:00
draft: false
Blog: []
Categories: ["note"]
Tags: []
Image:
Type:
As brid.gy picked up my webmention when I sent it a specific webpage rather than the root of my website (via curl).. This is another quick test to see if brid.gy will now post to pleroma now that I told aperture to monitor the specific webpage..
@ -2,7 +2,7 @@
<img src="{{ .Site.Params.siteLogo | absURL }}" alt="nipponalba logo" id="logo">
<div class="logo-title">
<div class="title h-card p-author">
<img class="u-photo" src="{{ .Site.Params.profilePicture | absURL }}" alt="profile picture" style="width:127px;border-radius: 50%;">
<img class="u-photo" src="{{ .Site.Params.profilePicture | absURL }}" alt="profile picture">
<h3 title=""><a rel="author" class="p-name u-url u-uid" rel="me" href="https://jk.nipponalba.scot">{{ .Site.Params.Title }}</a></h3>
<div class="description">
<p class="p-note">{{ .Site.Params.description }}</p>
@ -233,6 +233,11 @@ width:95%;
display:block;
padding: 10px;
}
.sidebar img{
width:150px;
border-radius: 50%;
.sidebar .logo-title {
text-align: center;
padding-top: 240px;