Repository: incubator-systemml-website Updated Branches: refs/heads/master a13753745 -> 5f48955ae
[SYSTEMML-1366] Include 'incubating' on main website pages in header Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/commit/5f48955a Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/5f48955a Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/5f48955a Branch: refs/heads/master Commit: 5f48955ae771694c3348a3e282f81779d9b5e745 Parents: a137537 Author: Deron Eriksson <[email protected]> Authored: Thu Mar 2 10:54:39 2017 -0800 Committer: Deron Eriksson <[email protected]> Committed: Thu Mar 2 10:54:39 2017 -0800 ---------------------------------------------------------------------- _src/_includes/themes/apache/partials/_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/5f48955a/_src/_includes/themes/apache/partials/_header.html ---------------------------------------------------------------------- diff --git a/_src/_includes/themes/apache/partials/_header.html b/_src/_includes/themes/apache/partials/_header.html index d74ac9f..24256d8 100644 --- a/_src/_includes/themes/apache/partials/_header.html +++ b/_src/_includes/themes/apache/partials/_header.html @@ -17,7 +17,7 @@ limitations under the License. {% endcomment %} --> <header class="site-header{% if page.layout != 'home' %} site-header--not-home{% endif %}"> - <h1 class="logo"><a class="url" href="/"><i class="logo-mark"></i><span class="fn org">Apache SystemML<sup id="trademark">™</sup></span></a></h1> + <h1 class="logo"><a class="url" href="/"><i class="logo-mark"></i><span class="fn org">Apache SystemML<sup id="trademark">™</sup> (incubating)</span></a></h1> <nav class="main-nav"> <ul> {% for entry in site.data.navigation.topnav %}
