File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 crossorigin ="anonymous "> </ script >
1717
1818 <!-- Custom CSS -->
19- < link rel ="stylesheet " type ="text/css " href ="/css/style.css ">
19+ < link rel ="stylesheet " type ="text/css " href ="{{ site.baseurl }} /css/style.css ">
2020
2121 <!-- Custom JS -->
22- < script src ="/js/main.js "> </ script >
22+ < script src ="{{ site.baseurl }} /js/main.js "> </ script >
2323</ head >
Original file line number Diff line number Diff line change 11< nav id ="navbar-global " class ="navbar fixed-top navbar-expand-lg navbar-dark bg-primary ">
22 < div class ="container justify-content-between ">
3- < a class ="navbar-brand " href ="/ ">
4- < img src ="{{ site.navbar.logo }} " alt ="" width ="30 " height ="24 " class ="d-inline-block align-text-top ">
3+ < a class ="navbar-brand " href ="{{ site.baseurl }} / ">
4+ < img src ="{{ site.baseurl }}{{ site. navbar.logo }} " alt ="" width ="30 " height ="24 " class ="d-inline-block align-text-top ">
55 {{site.title}}
66 </ a >
77 < button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse " data-bs-target ="#navbarNavAltMarkup "
1313 {% for navitem in site.navbar.links %}
1414 < li class ="nav-item ">
1515 {% if page.title != 'Home' && navitem.autoscroll %}
16- < a class ="nav-link " href ="/{{ navitem.link }} "> {{ navitem.name }}</ a >
16+ < a class ="nav-link " href ="{{ site.baseurl }} /{{ navitem.link }} "> {{ navitem.name }}</ a >
1717 {% else %}
1818 < a class ="nav-link " href ="{{ navitem.link }} "> {{ navitem.name }}</ a >
1919 {% endif %}
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ title: "Xilinx Case Study"
33external_link : https://www.xilinx.com/publications/powered-by-xilinx/cerncasestudy-final.pdf
44layout : post
55description : ' A story from Xilinx on how we use high level synthesis to find the best events at the Large Hadron Collider'
6- image : /images/xilinx.png/images/xilinx.png
6+ image : /images/xilinx.png
77---
Original file line number Diff line number Diff line change 1010 < div class ="container col-xxl-8 px-4 py-5 " id ="home ">
1111 < div class ="row flex-lg-row-reverse align-items-center justify-content-center g-5 py-5 ">
1212 < div class ="col-8 col-sm-8 col-lg-6 ">
13- < img src ="images/fml2.png " class ="d-block mx-lg-auto img-fluid " alt ="Test " width ="350 " height ="250 "
13+ < img src ="{{ site.baseurl }}/ images/fml2.png " class ="d-block mx-lg-auto img-fluid " alt ="Test " width ="350 " height ="250 "
1414 loading ="lazy ">
1515 </ div >
1616 < div class ="col-lg-6 text-white ">
@@ -35,7 +35,7 @@ <h1 class="display-5 fw-bold text-center">News</h1>
3535 < div class ="card m-2 post-preview ">
3636 < div class ="row g-0 ">
3737 < div class ="col-md-4 d-flex align-items-center ">
38- < img src ="{{post.image}} " class ="img-fluid rounded-start " alt ="{{post.title}} "
38+ < img src ="{{ site.baseurl }}{{ post.image }} " class ="img-fluid rounded-start " alt ="{{post.title}} "
3939 style ="max-width: 100%; ">
4040 </ div >
4141 < div class ="col-md-8 ">
@@ -121,7 +121,7 @@ <h1 class="display-5 fw-bold">Collaboration</h1>
121121 < div class ="col-lg-6 mx-auto ">
122122 < p class ="lead mb-4 "> {{site.collaboration.byline}}</ p >
123123 < div class ="d-grid gap-2 d-sm-flex justify-content-sm-center ">
124- < a href ="/collaboration.html " class ="btn btn-primary btn-lg px-4 gap-3 "> Code of Conduct</ a >
124+ < a href ="{{ site.baseurl }} /collaboration.html " class ="btn btn-primary btn-lg px-4 gap-3 "> Code of Conduct</ a >
125125 </ div >
126126 </ div >
127127 </ div >
You can’t perform that action at this time.
0 commit comments