Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
Fediverse Creator meta tag
· 2 years ago
Try: metadata: fediverse: creator: "@[email protected]" It seems Grav has hardcoded logic for keys that contain : (semicolon) - it forces them as property But if you resave it in Admin, it'
-
Fediverse Creator meta tag
· 2 years ago
How do you set it in site.yaml?
-
Fediverse Creator meta tag
· 2 years ago
It depends how you set your meta tags. Based on the template, It can be any or all of: name http_equiv charset property content
-
Media Order list - what is it for?
· 2 years ago
Did you clear Grav cache?
-
Grav on localhost (using KSweb)
· 2 years ago
grav-admin.htaccess? I don't think I ever saw such file. There should only be .htaccess in a root folder
-
Grav on localhost (using KSweb)
· 2 years ago
There shouldn't be such folder. Admin plugin handles this path. You should not get a 404 :/
-
Grav on localhost (using KSweb)
· 2 years ago
When you first extract Grav and try to load it, if there's an Admin plugin installed (which it is in your case), it redirects you to /admin and asks you to create an admin account. Admin can't work wi
-
Display video uploaded to Grav, please advise
· 2 years ago
Upload happens as any other type of media and it's available also as any other page media. When you have a single media instance, try in twig media.page_media. This I think renders appropriate tag in
-
Error date time runtimeerror
· 2 years ago
Error is quite clear where to start. You're passing Russian text as a date. PHP can't parse such string as a date
-
Using the same environment setup files in two different domains
· 2 years ago
From the docs I understand you can define the environment via config on each server. So if you define same env in both cases, it should work. Sorry, didn't try myself, so I might be mistaken