hmfaysal / Notepad

Notepad is a Jekyll theme which is very simple, clean and beautiful
http://hmfaysal.github.io/Notepad/
263 stars 310 forks source link

Arrows not present after forking. #35

Open davidodza opened 6 years ago

davidodza commented 6 years ago

After forking, everything works perfectly except the read more down arrow, newer posts left arrow, older posts right arrow, and mobile version's upper right hand corner menu drop down are not present.

Anyone able to provide assistance?

OhYash commented 4 years ago

+1, Share icons are not visible too

OhYash commented 4 years ago

I don't why the font-awesome icons won't load from the assets directory. But they do work when you refer them direct from the cdn.

Just replace the font-awesome.min.css in the link reference in _includes/head.html

   <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,600,300,800,700' rel='stylesheet' type='text/css'>
-  <link rel="stylesheet" href="{{ site.url }}/assets/css/vendor/font-awesome.min.css">
+  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
   <link rel="stylesheet" href="{{ site.url }}/assets/css/vendor/normalize.css">
   <link rel="stylesheet" href="{{ site.url }}/assets/css/vendor/nprogress.css">