Skip to content

Commit

Permalink
fix size and version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroelfs committed Nov 3, 2024
1 parent 2ccd1a8 commit fd79468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ idna==3.8
jsonpatch==1.33
jsonpointer==3.0.0
langchain==0.3.0
langchain-community==0.2.16
langchain-community==0.3.0
langchain-core==0.2.38
langchain-ollama==0.1.3
langchain-text-splitters==0.2.4
Expand Down
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h3 class="list"><a class="title" href="{{ .URL }}">{{ .Name | lower | markdowni
{{ with .Site.Params.social }}
{{ range sort . "weight" }}
<a href="{{ .url }}" {{ .html_attributes | safeHTMLAttr }}>
<i class="ti ti-{{ .icon }}" style="font-size: 1.1rem; margin-right: 0.5rem;"></i>
<i class="ti ti-{{ .icon }}" style="font-size: 1.2rem; margin-right: 0.5rem;"></i>
</a>
{{ end }}
{{ end }}
Expand Down

0 comments on commit fd79468

Please sign in to comment.