Skip to content

Commit

Permalink
search page layout update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenny-Jiani committed Jan 19, 2024
1 parent 653ff9b commit 4db25a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions _layouts/home-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
</style>

<body>
<div class="headWrapper">
{%- include page_header.html -%}
</div>
{% assign url = 'https://www.dynamsoft.com/shared/head/' %}
{% remote_include {{ url }} %}
<div class="markdown-body homepageContainer container">
<div class="row">
<div class="col-xs-12 col-md-10 col-md-offset-1 col-xl-8 col-xl-offset-2">
Expand Down
5 changes: 2 additions & 3 deletions _layouts/search-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,8 @@
}
</style>
<body>
<div class="headWrapper">
{%- include page_header.html -%}
</div>
{% assign url = 'https://www.dynamsoft.com/shared/head/' %}
{% remote_include {{ url }} %}
<div class="subHeadWrapper">
<div class="subHeader container">
<div class="row">
Expand Down

0 comments on commit 4db25a2

Please sign in to comment.