Skip to content
Permalink
Browse files
Merge pull request #7 from aa9863/mkdocs-update
Update Mkdocs with custom theme
  • Loading branch information
aa9863 committed Aug 15, 2022
2 parents 6463341 + cfef0a2 commit 684b4f66f031aadb85c3c49d095df7b77d858167
Showing 1 changed file with 3 additions and 4 deletions.
@@ -1,12 +1,9 @@



{% extends "base.html" %}



{% block extrahead %}
<!--- EXTRA HEAD INFORMATIUON -->
<!--- EXTRA HEAD INFORMATIUON CUSTOM TEMPLATE -->
{% set title = config.site_name %}
{% if page and page.meta and page.meta.title %}
{% set title = title ~ " - " ~ page.meta.title %}
@@ -18,6 +15,8 @@
{% set description = page.meta.description %}
{% endif %}

<meta name="robots" content="noindex, nofollow, none" />

<meta property="og:type" content="website" />
<meta property="og:title" content="{{ title }}" />
{#<meta property="og:description" content="{{ config.site_description }} /> #}

0 comments on commit 684b4f6

Please sign in to comment.