pmoreno.rodriguez
pmoreno.rodriguez
> I've had a look at the [Excerpts.php](https://github.com/getgrav/grav/blob/develop/system/src/Grav/Common/Page/Markdown/Excerpts.php) file, and played around with the `processLinkExcerpt` function, which I think is responsible for this, but the most I got was returning...
> @pmoreno-rodriguez , but now after recheking I found one issue with this: `[Google Fonts](https://developers.google.com/fonts/faq#what_does_using_the_google_fonts_api_mean_for_the_privacy_of_my_users?rel=nofollow)` > > Is rendered as: `Google Fonts` without `nofollow` param > > Any thoughts? Hi...
Hi @clivebeckett You can actually do it in a very simple way. Add the download attribute in **system.pages.markdown.valid_link_attributes** to your **system.yaml**. By default, you will find here: rel, target, id,...
Well, now I can't think of a situation where I would want to use an empty attribute, but if there is one, and using it without any value, it shouldn't...
Has this problem been solved? If so, I think the Grav team will appreciate you closing this issue.
@Kalytis I have done some tests with accented characters in French and have had no problems. I'm not French, so I don't know what type of accents are used or...
Why the check fails?
Apparently there is some conflict with this pull request
@man-of-earth-one, why don't you explain on what platform and what theme it is happening? Still, you can look for the 'social.html.twig' particle in your theme. If you look at your...
particle.display is a radio type control (type: input.radios), which means that you can only select one of the three options offered (text, icon or both), so it is not checked...