Results 33 comments of jarrekk

@HexCodeFFF good suggestion, could you create a PR?

@agrawalsmart7 can you show me the filename of each post? It should be `yyyy-mm-dd-\*.md`

@kerner1000 working on it, thanks!

Not sure what you mean, you can make changes on your own code.

@vedantpuri thanks, working on it.

@Skyflash now Jalpc is using [font awesome v4.7](https://github.com/jarrekk/Jalpc/blob/master/package.json#L25), the icon fa-nintendo-switch is showing at [font awesome v5](https://fontawesome.com/icons?d=gallery&q=switch), it's better to upgrade the version. :)

@Skyflash Do you reinstall packages(`npm install`) after update `package.json`?

@Skyflash THis is Javascript stuff, `npm install` reads `package.json` to get all packages with specified version. So if you want to use new icon with new package version, you need...