diff --git a/content/note/a-bridgy-too-far/index.md b/content/note/a-bridgy-too-far/index.md new file mode 100644 index 00000000..857711b6 --- /dev/null +++ b/content/note/a-bridgy-too-far/index.md @@ -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: +draft: false +--- +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.. diff --git a/themes/anatole/layouts/partials/sidebar.html b/themes/anatole/layouts/partials/sidebar.html index c6f350c4..088cb1f6 100644 --- a/themes/anatole/layouts/partials/sidebar.html +++ b/themes/anatole/layouts/partials/sidebar.html @@ -2,7 +2,7 @@
- profile picture + profile picture

{{ .Site.Params.description }}

diff --git a/themes/anatole/static/css/style.css b/themes/anatole/static/css/style.css index 50571091..b5373293 100644 --- a/themes/anatole/static/css/style.css +++ b/themes/anatole/static/css/style.css @@ -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;