pmoreno.rodriguez

Results 35 comments of pmoreno.rodriguez

Hello. Why don't you upload your code to GitHub? I think most of the Grav community uses GitHub to host their developments. It would be interesting to see a demo...

I'm using my own modified Future Imperfect theme ([https://github.com/pmoreno-rodriguez/future2021](https://github.com/pmoreno-rodriguez/future2021), and yes, the fontawesome 5 css is included in assets.

Hi. I've had some free time to do some research on this problem. The thing is that I use version 5 of Fontwawesome in my theme, the css styles defined...

Hi @flow7 In your scenario, in sidebar you have to write this code: ``` {# Taxonomy list (if taxonomylist plugin is enabled) #} {% include 'partials/sidebar/taxonomylist.html.twig' with {'base_url':new_base_url, 'taxonomy':'tag', children_only:...

Hi @trusiad Can you debug the value of the 'path' variable in the 'partials\pagination.html.twig' file? You can insert a line at the beginning of the file with this code: ```{{...