diff options
| author | seth <[email protected]> | 2024-07-05 18:26:55 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-08-23 08:30:48 -0400 |
| commit | 67fba5edad38f8a4651a6a782c7abdc696a464ff (patch) | |
| tree | 1b2ad1572d8938a89e096955d5a46f519a16f5fb /templates/partials | |
| parent | 9135c80ee930045c889f64269735b8319896e2f4 (diff) | |
back to lume for the 1000th time
Diffstat (limited to 'templates/partials')
| -rw-r--r-- | templates/partials/footer.html | 3 | ||||
| -rw-r--r-- | templates/partials/head.html | 20 | ||||
| -rw-r--r-- | templates/partials/nav.html | 9 |
3 files changed, 0 insertions, 32 deletions
diff --git a/templates/partials/footer.html b/templates/partials/footer.html deleted file mode 100644 index 122766f..0000000 --- a/templates/partials/footer.html +++ /dev/null @@ -1,3 +0,0 @@ -<footer> - <a href="{{ config.extra.repository_url }}">source code</a> -</footer> diff --git a/templates/partials/head.html b/templates/partials/head.html deleted file mode 100644 index 5b1dcf6..0000000 --- a/templates/partials/head.html +++ /dev/null @@ -1,20 +0,0 @@ -<head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width,initial-scale=1" /> - <style>{{ load_data(path="static/main.css") | safe }}</style> - <link rel="sitemap" href="sitemap.xml" /> - {% if page.title %} - <title>{{ page.title }} :: {{ config.title }}</title> - {% elif section.title %} - <title>{{ section.title }} :: {{ config.title }}</title> - {% else %} - <title>{{ config.title }}</title> - {% endif %} - {% if page.description %} - <meta name="description" content="{{ page.description }}" /> - {% elif section.description %} - <meta name="description" content="{{ section.description }}" /> - {% else %} - <meta name="description" content="{{ config.description }}" /> - {% endif %} -</head> diff --git a/templates/partials/nav.html b/templates/partials/nav.html deleted file mode 100644 index e65db1d..0000000 --- a/templates/partials/nav.html +++ /dev/null @@ -1,9 +0,0 @@ -<nav> - <div id="nav_links"> - {% for link in config.extra.nav_links %} - <a href="{{ link.url }}">{{ link.name }}</a> - {% endfor %} - </div> - - <hr /> -</nav> |
