Daniel Saunders
                                            Daniel Saunders
                                        
                                    @morariu I haven't seen this before, and so I don't think it's an issue with the theme. There's nowhere (I can see) in the theme which references `http` directly. I...
I haven't looked into the documentation for the `replace` function, but I assume this would be a non-breaking change? If so, I'd be happy to consider a PR that included...
Which files is that code from?
Hi @camhashemi, I don't believe this repo is actively maintained. I've submitted my fork https://github.com/funkydan2/hugo-kiera to the Hugo Theme repository and it is actively maintained (and your fix has already...
I think what you want to do is *override* [line 9 of index.html](https://github.com/avianto/hugo-kiera/blob/ef5163d48a65817b4d50b2695b8e01f889cff1b5/layouts/index.html#L9). This theme uses the `.Summary` function, which (I understand) strips out all formatting and images. To override...