File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2828 < link rel ="stylesheet " href ="/css/bulma.css ">
2929 < script defer src ="https://use.fontawesome.com/releases/v5.0.7/js/all.js "> </ script >
3030 < link rel ="stylesheet " href ="/css/main.css ">
31+ {% if include.cannonical %}
32+ < link rel ="cannonical " href ="{{ include.cannonical }} ">
33+ {% endif %}
3134 </ head >
3235 < body class ="has-navbar-fixed-top ">
3336 < nav class ="navbar is-spaced is-fixed-top " role ="navigation " aria-label ="main navigation ">
Original file line number Diff line number Diff line change 1- {% include header.html %}
1+ {% include header.html cannonical=page.cannonical %}
22< div class ="container content ">
33 < h2 class ="has-text-centered "> {{ page.title }}</ h2 >
44 < br />
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ date: 2019-06-19 12:00:00 +0530
55author : " Adeen Shukla"
66author-link : " https://adeen.me"
77comments : true
8+ cannonical : " https://codeindore.com"
89---
910
1011** codeIndore( )** is the student technical community by students and for the students in Indore, India.
You can’t perform that action at this time.
0 commit comments