pclubuiet / website

Programming club, PU official website.
https://pclubuiet.herokuapp.com
GNU General Public License v3.0
14 stars 70 forks source link

Remove extra head tag and change position for script tags #121

Closed nadeshseen closed 6 years ago

nadeshseen commented 6 years ago

Fixes issue #[random]:

  1. Extra </head> can create problem in future.
  2. Positioning script tags decreases the loading time.

Changes:

  1. </head> tag removed.
  2. Script tags have been placed in the body section just before closing the body tag (</body>)

Reason for changing the position of script tags: Technically putting scripts in the header is clean, but from an end user point of view and SEO putting scripts right at the bottom of the document as the very last thing has many benefits.

nadeshseen commented 6 years ago

Extra lines removed @sagar-kalra

nadeshseen commented 6 years ago

I have just changed the indentation of the code. Please, review this again. @divyam3897

divyam3897 commented 6 years ago

@nadeshseen you should not do that, only make the required/necessary changes.

divyam3897 commented 6 years ago

@nadeshseen still on it?