Paul Berg

Results 723 comments of Paul Berg

You mean check whether the usage of the primary and secondary colours is consistent?

Making this upgrade would solve the following errors that occur when opening the date time picker: > Warning: Failed prop type: The prop `justify` of `ForwardRef(Grid)` is deprecated. Use `justifyContent`...

+1 for this. I guess what needs to be done is integration with the [OpenGraph](http://ogp.me/) protocol (promoted by Facebook, Twitter et al). There's a discussion going on here: https://discourse.gohugo.io/t/display-first-image-in-post-in-link-preview/10541/5

Just for the record, I managed to do this by overriding `head-open.html` in the `layouts folder`: ```html {{ with .Params.Images }} {{ range first 1 . }}        {{ end }}...

I was able to update the pagination by adding an `index.html` file in the `layouts` folder: ``` {{ partial "header" . }} Title {{ range (.Paginator 20).Pages }} {{ partial...

Thanks @aolingo. The only issue with inline HTML is that I'd need to do massive refactor. Having the ability to set the target on all links via a layout file...

## Idea 💡 What if there was a new field called `follows` (or `trails` or `runs-after`), which would would behave like this? 1. Job C lists job A and job...

Yup, can confirm that this happens on my end, too. I'm on [email protected]

+1 for this. A solution would be to just skip the long description prompt and then do `git commit --amend` to open the vim editor.

Oh, yes. This was exactly what I needed. Thanks for digging this up, Josh!