Compare commits

..

No commits in common. "a98006f918e20f4f20bffaa0c24562ad4670580c" and "de0e840578b38c54d13363a3cd7aadcfbd794473" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ My blog, originally based on the very helpful eleventy-base-blog v8, although it
### Fediverse Integration
* Mastodon [toot embedding](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki/Home#embed-a-toot-from-mastodon-using-the-toot-shortcode)
* Link to post discussion on Mastodon
* [Commenting](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki/Home#adding-comments-via-mastodon) via Mastodon
### Indieweb
* [Auto-generated linktree-style page](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki#me) for the blog owner with support for custom attributes such as: `rel="me"`

View File

@ -228,7 +228,7 @@ button {
}
.buttonContainer {
display: flex;
flex-flow: row wrap;
flex-flow: row nowrap;
column-gap: var(--space-xs);
margin-bottom: var(--space-m);
button {