Compare commits
2 Commits
de0e840578
...
a98006f918
Author | SHA1 | Date | |
---|---|---|---|
a98006f918 | |||
8bbb071a34 |
@ -11,7 +11,7 @@ My blog, originally based on the very helpful eleventy-base-blog v8, although it
|
|||||||
|
|
||||||
### Fediverse Integration
|
### Fediverse Integration
|
||||||
* Mastodon [toot embedding](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki/Home#embed-a-toot-from-mastodon-using-the-toot-shortcode)
|
* Mastodon [toot embedding](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki/Home#embed-a-toot-from-mastodon-using-the-toot-shortcode)
|
||||||
* [Commenting](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki/Home#adding-comments-via-mastodon) via Mastodon
|
* Link to post discussion on Mastodon
|
||||||
|
|
||||||
### Indieweb
|
### 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"`
|
* [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"`
|
||||||
|
@ -228,7 +228,7 @@ button {
|
|||||||
}
|
}
|
||||||
.buttonContainer {
|
.buttonContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row nowrap;
|
flex-flow: row wrap;
|
||||||
column-gap: var(--space-xs);
|
column-gap: var(--space-xs);
|
||||||
margin-bottom: var(--space-m);
|
margin-bottom: var(--space-m);
|
||||||
button {
|
button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user