treora, [timothy_chamber, stevestreza, [jeremycherfas], [KevinMarks], gRegorLove, dhanesh95, jgmac1106, [jgmac1106] and IWSlackGateway joined the channel
#jeremycherfasis slowly modularising his new Grav theme template
[KevinMarks] joined the channel
#[KevinMarks]Well, I ended up at indieauth.com trying to log into monocle, so yes SPOA
#Zegnatwonders how many people depend on indieauth.com for their workflows
[grantcodes] joined the channel
#[grantcodes]Me! I think an auth endpoint is one of the harder parts to make - or at least requires more thinking & testing
#[grantcodes]All the other parts I've made myself apart from a microsub server. But that is a whole other thing
#ZegnatI think the first principle happy-flow version is realtively easy to do. Don’t get me wrong, I desperatly want to rewrite mine with everything about OAuth I have learned the last years, but just getting it ready to handle authentication is not didn’t feel harder than – say – a micropub endpoint
[chrisbergr] joined the channel
#jeremycherfasI can never remember; is anyone here familiar with Twig templates?
[jgmac1106] joined the channel
#[chrisbergr]I have beginner knowledge from my past gravcms experiences
#jeremycherfasI've been trying to get a partial to use a different value for a variable it uses, so I can use the partial in a modular page. The partial uses page.date, but that's the date of the modular page. I want it to use p.header.date from the actual module. I tried a bunch of variations on '{% include 'partials/blog/date.html.twig' with {'page.date': p.header.date | date("U") %}' but none of them worked.
#jeremycherfasI gave up in the end. Easier to paste in the partial myself and change the name of the variable. Yes, I am repeating myself, but I can live with that.
#[chrisbergr]Is it possible to overwrite the variable page.date at all? like {'page.date': 'test'}
#jeremycherfasI failed to do that, no matter which way I tried.
#jeremycherfasIt's possible one cannot override a value that is not a variable.
#sknebelstill annoying they have that bug for so long
gRegorLove, krychu, shah^ and [chrisbergr] joined the channel
#jackyI found the auth endpoint to be the easiest part; tbh. Perhaps making it for multiple people could be challenging. The only thing stopping me from releasing the newer form of Fortress is me getting this Android app logic going (so it can be a unlocking of the device to auth oneself)