This is an automated email from the ASF dual-hosted git repository. vieiro pushed a commit to branch feature/include-atom-feed in repository https://gitbox.apache.org/repos/asf/netbeans-website.git
commit 15f4bd297250ec4b387ebce0c9fcab575de17570 Author: Antonio Vieiro <vie...@apache.org> AuthorDate: Tue Jul 18 13:23:03 2023 +0200 Adding atom feed information Adding atom feed information in the website. --- netbeans.apache.org/src/content/templates/templatesparts/head.gsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netbeans.apache.org/src/content/templates/templatesparts/head.gsp b/netbeans.apache.org/src/content/templates/templatesparts/head.gsp index 8affa12b8..c618cf59a 100644 --- a/netbeans.apache.org/src/content/templates/templatesparts/head.gsp +++ b/netbeans.apache.org/src/content/templates/templatesparts/head.gsp @@ -28,6 +28,7 @@ <meta name="keywords" content="${content.keywords}"> <meta name="generator" content="Apache NetBeans"> <link rel="stylesheet" href="/css/font-awesome.min.css"> + <link rel="alternate" type="application/atom+xml" title="Apache NetBeans Blog" href="https://netbeans.apache.org/blogs/atom" /> <% if (content.syntax) { %><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/styles/default.min.css"> <% } %> <link rel="stylesheet" href="/css/netbeans.css"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> @@ -54,4 +55,4 @@ specific language governing permissions and limitations under the License. --> - </head> \ No newline at end of file + </head> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists