Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Bootstrap to version 3.4.1 #89

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
200 changes: 100 additions & 100 deletions src/main/jbake/assets/css/bootstrap-theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/jbake/assets/css/bootstrap-theme.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/main/jbake/assets/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/jbake/assets/css/bootstrap-theme.min.css.map

Large diffs are not rendered by default.

985 changes: 531 additions & 454 deletions src/main/jbake/assets/css/bootstrap.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/jbake/assets/css/bootstrap.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/main/jbake/assets/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/jbake/assets/css/bootstrap.min.css.map

Large diffs are not rendered by default.

397 changes: 300 additions & 97 deletions src/main/jbake/assets/js/bootstrap.js

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions src/main/jbake/assets/js/bootstrap.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/main/jbake/assets/js/bootstrap.min.js.map

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions src/main/jbake/assets/js/html5shiv.js

This file was deleted.

4 changes: 4 additions & 0 deletions src/main/jbake/assets/js/html5shiv.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions src/main/jbake/assets/js/npm.js

This file was deleted.

4 changes: 2 additions & 2 deletions src/main/jbake/templates/header.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="dark light">
<meta name="description" content="Apache OpenNLP is a machine learning based toolkit for the processing of natural language text." />
<meta name="description" content="Apache OpenNLP is a machine learning based toolkit for the processing of natural language text." />
<meta name="author" content="The Apache OpenNLP Team" />
<meta name="keywords" content="java, natural language processing, nlp, apache, open source, web site" />
<meta name="generator" content="JBake"/>
Expand Down Expand Up @@ -65,7 +65,7 @@

<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="/js/html5shiv.js"></script>
<script src="/js/html5shiv.min.js"></script>
<![endif]-->
</head>
<body onload="prettyPrint()">
Expand Down
Loading