dbu9
dbu9
Solution: ``` -FROM vulhub/php:7.1.12-apache +FROM vulhub/php:7.1-apache ```
I join to this request. Not only tags, but we need links to the posts with the same tags, like in BeautifulHugo theme: See an example: https://www.dbu9.site/post/2023-04-29-unveiling-the-exploitation-how-cyber-criminals-leverage-human-psychology-to-steal-crypto/ The screen shot:...
> to list tags that are used in a article > > 1. add this line to `config.toml` under `[params]` > > ```toml > [params] > # if true list...
Another question is if it's possible to have drop down menu items? The following does not work: ``` [[languages.en.menu.main]] identifier = "personal" name = "Personal" weight = 2 hasChildren =...
Thanks for the advice. It would be great to add a config setting to switch between defaults.
I think config option would be useful. I don't think switch button on the UI is very obvious for usual users; that's programmers who are accustomed to switch theme colors...
Thanks for the solution. If I already caught you attention, can you advice about this issue: https://github.com/apvarun/blist-hugo-theme/issues/113 Adding links to the posts with the same tags are of huge importance...