This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!--Paste it before </head> tag --> | |
| <!--Begin Code - Remove Date From Blog Post URL on Blogger--> | |
| <script type='text/javascript'> | |
| //<![CDATA[ | |
| // BloggerJS v0.3.1 | |
| // Copyright (c) 2017-2018 Kenny Cruz | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* Steps:- Wordpress Dashboard>Appearance>Customize>Additional CSS*/ | |
| img.attachment-full.size-full { | |
| border-radius: 10px; | |
| } | |
| .post-image img { | |
| border-radius: 10px; | |
| } | |
| .posted-on .updated { | |
| display: inline-block; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Terminal Cheat Sheet | |
| pwd # print working directory | |
| ls # list files in directory | |
| cd # change directory | |
| ~ # home directory | |
| .. # up one directory | |
| - # previous working directory | |
| help # get help | |
| -h # get help |