diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-09-06 15:26:03 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-09-06 15:26:03 -0700 |
| commit | 25fa2237ba8a96a86bf5db30baa597a5b25168d7 (patch) | |
| tree | d1c6fe71973d532bed4d05b29f995abcc3d4623d /templates/base.html | |
| parent | convert index from markdown to org (diff) | |
| download | fcuny.net-25fa2237ba8a96a86bf5db30baa597a5b25168d7.tar.gz | |
generate the site and the resume using pandoc
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/templates/base.html b/templates/base.html deleted file mode 100644 index 5537a36..0000000 --- a/templates/base.html +++ /dev/null @@ -1,18 +0,0 @@ -<!doctype html> -<html xmlns="http://www.w3.org/1999/xhtml" lang="{{ lang }}" xml:lang="{{ lang }}"> - <head> - <meta charset="utf-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> - <link rel="canonical" href="{{- current_url|safe -}}" /> - <link rel="stylesheet" href="/css/custom.css" /> - - <meta name="author" content="{{- config.author -}}" /> - <meta name="description" content="{%- block description -%}{{- config.description -}}{%- endblock description -%}" /> - - <title>{% block title %}{{- config.title -}}{% endblock title %}</title> - </head> - - <body> - <main>{% block content %}{% endblock content %}</main> - </body> -</html> |
