diff --git a/scripts/build/javadoc_modify.sh b/scripts/build/javadoc_modify.sh index c699046a82..611036ff00 100755 --- a/scripts/build/javadoc_modify.sh +++ b/scripts/build/javadoc_modify.sh @@ -49,4 +49,4 @@ find target/jekyll-webapp/docs -name search.js -exec bash -c 'modifySearch {}' find target/jekyll-webapp/docs -name script.js -exec bash -c 'modifyRedirect {}' \; timer_end=$(date +%s) -echo "Total execution time for modifying the javadoc: '$(date -u --date @$(( $timer_end - $timer_start )) +%H:%M:%S)'" +echo "Total execution time for modifying the javadoc: '$(date -u --date @$(( $timer_end - $timer_start )) +%H:%M:%S)'" \ No newline at end of file diff --git a/src/main/content/_assets/css/home.scss b/src/main/content/_assets/css/home.scss index e0c6dc8f9a..2e905af9ff 100644 --- a/src/main/content/_assets/css/home.scss +++ b/src/main/content/_assets/css/home.scss @@ -595,6 +595,7 @@ body { background: #ffffff; margin-bottom: 18px; } + .blog_post_title{ &:hover { .blog_post_title_link{ diff --git a/src/main/content/_assets/js/builds.js b/src/main/content/_assets/js/builds.js index 8ebf9a4424..1b53827dd9 100644 --- a/src/main/content/_assets/js/builds.js +++ b/src/main/content/_assets/js/builds.js @@ -309,7 +309,7 @@ function render_builds(builds, parent) { var verification_column2 = $( '' + // Optional sig file download button - (sig_href ? '' + download_arrow +'PEM' : '' ) + + (sig_href ? '' + download_arrow +'PEM' : '' ) + '' ); @@ -1091,7 +1091,10 @@ function validate_starter_inputs(event) { } } -function displayMessage(message,javaMsg = false) { +function displayMessage(message,javaMsg) { + if(!javaMsg){ + javaMsg = false; + } // Display a message when MP/Jakarta EE Version get changed. var close_icon = $( '\'Close\'' diff --git a/src/main/content/_includes/header.html b/src/main/content/_includes/header.html index cdb06986a0..632dd04402 100644 --- a/src/main/content/_includes/header.html +++ b/src/main/content/_includes/header.html @@ -12,7 +12,7 @@ - diff --git a/src/main/content/contribute.html b/src/main/content/contribute.html index 5d360588fb..5f239d2ced 100644 --- a/src/main/content/contribute.html +++ b/src/main/content/contribute.html @@ -78,8 +78,8 @@

{% t contribute.fix_a_bug %}

- - + +
diff --git a/src/main/content/index.html b/src/main/content/index.html index 79956947c6..c3d082f172 100644 --- a/src/main/content/index.html +++ b/src/main/content/index.html @@ -215,57 +215,122 @@

{% t home.openlibery_opensource_community_title %}

{% t home.openliberty_news %}

{% t home.openliberty_news_text %}

-
-
- {% for post in site.posts limit:1 %} - {% if post.redirect_link %} -

{{ post.title | escape }} - - - {% assign continue_text = ' [Continued on ' %} - {% assign domain_name = post.redirect_link | remove: "https://" | remove: "http://" | remove: "www." | append: "]" %} - {{ continue_text | append: domain_name }} - - -

+ +
+
+ {% for post in site.posts %} + {% if post.tags contains "release" %} + {% continue %} {% else %} -

{{ post.title | escape }}

- {% endif %} + {% if post.redirect_link %} +

{{ post.title | escape }} + + + {% assign continue_text = ' [Continued on ' %} + {% assign domain_name = post.redirect_link | remove: "https://" | remove: "http://" | remove: "www." | append: "]" %} + {{ continue_text | append: domain_name }} + + +

+ {% else %} +

{{ post.title | escape }}

+ {% endif %} - {% assign additional_author_count = 0 %} - {% for author in post.additional_authors %} - {% assign additional_author_count = additional_author_count | plus: 1 %} - {% endfor %} - +
+ +
+
+ {% for post in site.posts %} + {% if post.tags contains "release" %} + {% if post.redirect_link %} +

{{ post.title | escape }} + + + {% assign continue_text = ' [Continued on ' %} + {% assign domain_name = post.redirect_link | remove: "https://" | remove: "http://" | remove: "www." | append: "]" %} + {{ continue_text | append: domain_name }} + + +

{% else %} - {{ post.content | strip_html | truncatewords: 60 }} +

{{ post.title | escape }}

{% endif %} -

- {% endfor %} - {% t home.link_to_blog_post %} + + {% assign additional_author_count = 0 %} + {% for author in post.additional_authors %} + {% assign additional_author_count = additional_author_count | plus: 1 %} + {% endfor %} + + +

+ {% if post.blog_description %} + {{ post.blog_description }} + {% else %} + {{ post.content | strip_html | truncatewords: 60 }} + {% endif %} +

+ {% break %} + {% else %} + {% continue %} + {% endif %} + {% endfor %} + View all release blog posts
diff --git a/src/main/content/start.html b/src/main/content/start.html index 4da3d59558..4272c9cded 100644 --- a/src/main/content/start.html +++ b/src/main/content/start.html @@ -100,7 +100,7 @@

@@ -162,7 +162,7 @@

{% t st
Copied to clipboard
-
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.9</version>
</plugin>
+
<dependency>
<groupId>io.openliberty</groupId>
<artifactId>openliberty-runtime</artifactId>
<version>[19.0.0.9,)</version>
<type>zip</type>
</dependency>

{% t start.find_out %} {% t start.how_to_use_maven %} @@ -218,15 +218,15 @@

{% t start.ide_tools.eclipse_link %} - + {% t start.ide_tools.intellij_link %} - + {% t start.ide_tools.vscode_link %} - +