Skip to content

Commit

Permalink
Created custom css style upload
Browse files Browse the repository at this point in the history
  • Loading branch information
milospp committed Jan 16, 2025
1 parent da6e4b9 commit 2e9795d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/src/main/webapp/themes/nemo/templates/head.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@
an individual profile page. -->
${headContent!}

<#if customCssPath?? && customCssPath != "null">
<link rel="stylesheet" href="${customCssPath}">
</#if>

<link rel="shortcut icon" type="image/x-icon" href="${urls.base}/favicon.ico">
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@
an individual profile page. -->
${headContent!}

<#if customCssPath?? && customCssPath != "null">
<link rel="stylesheet" href="${customCssPath}">
</#if>

<link rel="shortcut icon" type="image/x-icon" href="${urls.base}/favicon.ico">
4 changes: 4 additions & 0 deletions webapp/src/main/webapp/themes/wilma/templates/head.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@
an individual profile page. -->
${headContent!}

<#if customCssPath?? && customCssPath != "null">
<link rel="stylesheet" href="${customCssPath}">
</#if>

<link rel="shortcut icon" type="image/x-icon" href="${urls.base}/favicon.ico">

0 comments on commit 2e9795d

Please sign in to comment.