Skip to content

Commit bea4233

Browse files
Added Favicon and GitIgnore (#98)
1 parent c6c90fe commit bea4233

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/**.DS_Store

docs.joern.io/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
resources
22
*.lock
33
themes
4-
**/**.DS_Store

main/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/node_modules/
2+
*.lock
3+
themes
4+
public
5+
resources/_gen

main/layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
44
<meta name="description" content="" />
55
<meta name="author" content="" />
6-
<link rel="icon" href="{{ site.Params.favicon }}" />
6+
<link rel="icon" href="/favicon.png" type="image/png">
77
{{ $title := print .Site.Title " | " .Title }}
88
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
99
<title>{{ $title }}</title>

main/static/favicon.png

28.9 KB
Loading

0 commit comments

Comments
 (0)