diff --git a/_layouts/home-page.html b/_layouts/home-page.html index a3a268e..ddc9218 100644 --- a/_layouts/home-page.html +++ b/_layouts/home-page.html @@ -17,9 +17,8 @@ -
- {%- include page_header.html -%} -
+ {% assign url = 'https://www.dynamsoft.com/shared/head/' %} + {% remote_include {{ url }} %}
diff --git a/_layouts/search-page.html b/_layouts/search-page.html index f84b379..2d070d8 100644 --- a/_layouts/search-page.html +++ b/_layouts/search-page.html @@ -105,9 +105,8 @@ } -
- {%- include page_header.html -%} -
+ {% assign url = 'https://www.dynamsoft.com/shared/head/' %} + {% remote_include {{ url }} %}