Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Adding an comments and an About page to a Blog site
· 10 years ago
Hi @whytwo, I really don't know whether setting variables via jscomments('disqus', ...) ever worked. I will test it tomorrow and provide a new release, if necessary. At least you can try to use a work
-
Adding an comments and an About page to a Blog site
· 10 years ago
Sorry i'm not familiar with that plugin. however there is another option. On the getgrav.org site, I have a simple header variable disqus: true, then I have a check in the blog item template: {% if p
-
Adding an comments and an About page to a Blog site
· 10 years ago
Hi, I added {{ jscomments('disqus', { shortname: 'your_short_name' }) }} in the partials/blog_item.html.twig. A shortname is also created im my disqus account. However, I see only "Blog Comments Power
-
Adding an comments and an About page to a Blog site
· 12 years ago
It's just referring to a header image that is in the blog/ folder. You would need one in your about/ folder.
-
Adding an comments and an About page to a Blog site
· 12 years ago
Looks like it is picking up my new about.html.twig template, but the template is referring to the blog media images, etc and it can't find any of that, so the top banner and navigation is broken.
-
Adding an comments and an About page to a Blog site
· 12 years ago
Hi, thanks for the replies. I have got the theme inheritance and Disqus comments working great now, but still struggling to create a nice about page. I copied the blog.html.twig and renamed to about.h
-
Adding an comments and an About page to a Blog site
· 12 years ago
Read this blog post on Theme Inheritance to see how easy it is to create your own child theme based on a parent such as Antimatter. I think the JSComments Readme has more details about how to use it a
-
Adding an comments and an About page to a Blog site
· 12 years ago
Hello you are welcome :) 1) For add the jscomments in your scenario you need to edit the theme (best choice use a child theme) into partials/blog_item.html.twig file with this example code: {{ jscomme
-
Adding an comments and an About page to a Blog site
· 12 years ago
Hi, These are probably embarassingly simple questions, sorry... I am using Grav for a simple personal blog site. I have started with the blog skeleton and I love the antimatter theme out of the box, I
-
Displaying headers of articles (blogposts) selected by a tag
· 10 years ago
Yeah this was exactly it. Thank you for your patience.