Skip to content

Commit

Permalink
Fixing base urls
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishaider committed Jul 5, 2024
1 parent 5353eb8 commit e2f5cba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions _data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,37 @@ MainNav:
name:
de: Book
en: Book
link: "/book/"
link: "/symbolicregression.github.io/book/"
hardlink: false
- item: projects
name:
de: Projekte
en: Projects
link: "#projects"
link: "/symbolicregression.github.io/#projects"
hardlink: true
- item: publications
name:
de: Publikationen
en: Publications
link: "/publications/"
link: "/symbolicregression.github.io/publications/"
hardlink: false
- item: book_links
name:
de: BookLinks
en: BookLinks
link: "/bookLinks/"
link: "/symbolicregression.github.io/bookLinks/"
hardlink: false
dropdown: true
items:
- name:
de: "Software"
en: "Software"
link: "/software/"
link: "/symbolicregression.github.io/software/"
hardlink: false
- name:
de: "Datasets"
en: "Datasets"
link: "/datasets/"
link: "/symbolicregression.github.io/datasets/"
hardlink: false
Socials:
- item: twitter
Expand Down Expand Up @@ -71,19 +71,19 @@ Information:
name:
de: "Impressum"
en: "Imprint"
link: "/imprint/"
link: "/symbolicregression.github.io/imprint/"
hardlink: false
- item: dataprotect
name:
de: Datenschutz
en: Data Protection
link: "/dataprotection/"
link: "/symbolicregression.github.io/dataprotection/"
hardlink: false
- item: sitemap
name:
de: Sitemap
en: Sitemap
link: "/sitemap/"
link: "/symbolicregression.github.io/sitemap/"
hardlink: false
Partners:
- item: fhooe
Expand Down
4 changes: 2 additions & 2 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ description: SymReg Homepage
</div>
<div class="col-lg-7 col-md-12 text-center">
<figure class="image-box">
<img src="/assets/img/symreg-explanation.png" id="symreg-explanation">
<img src="/symbolicregression.github.io/assets/img/symreg-explanation.png" id="symreg-explanation">
</figure>
</div>
</div>
<div class="row">
<div class="col-lg-7 col-md-12 text-center">
<figure class="image-box">
<img src="/assets/img/symreg-grammar.png" id="symreg-explanation">
<img src="/symbolicregression.github.io/assets/img/symreg-grammar.png" id="symreg-explanation">
</figure>
</div>
<div class="col-lg-5 col-md-12">
Expand Down

0 comments on commit e2f5cba

Please sign in to comment.