Skip to content

Commit

Permalink
Merge pull request #32 from dynamsoft-docs/jenny-branch
Browse files Browse the repository at this point in the history
Update default-layout.html
  • Loading branch information
Jenny-Jiani authored Jan 8, 2024
2 parents babd5e1 + d8bef88 commit 69085aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _layouts/default-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<html lang="en-US">

{%- include head.html -%}
{%- assign noTitleIndex = "" -%}
{%- if page.noTitleIndex or page.url contains 'release-notes' -%}
{%- assign noTitleIndex = "noTitleIndex" -%}
{%- endif -%}

<body class="dlrDoc">
{% assign url = 'https://www.dynamsoft.com/shared/head/' %}
Expand Down

0 comments on commit 69085aa

Please sign in to comment.