diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-31 13:40:48 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-31 13:40:48 -0700 |
| commit | 042c50e74c6401e4a5db9eb74bf3cb24a71d7377 (patch) | |
| tree | 49939757ff0339322331f367afd2e8d6f9a66b6e /src/fcuny.net/templates | |
| parent | install firefox extension 'clearurls' (diff) | |
| download | infra-042c50e74c6401e4a5db9eb74bf3cb24a71d7377.tar.gz | |
my website will be managed in an external repository
Diffstat (limited to 'src/fcuny.net/templates')
| -rw-r--r-- | src/fcuny.net/templates/base.html | 18 | ||||
| -rw-r--r-- | src/fcuny.net/templates/index.html | 7 | ||||
| -rw-r--r-- | src/fcuny.net/templates/resume.html | 1 |
3 files changed, 0 insertions, 26 deletions
diff --git a/src/fcuny.net/templates/base.html b/src/fcuny.net/templates/base.html deleted file mode 100644 index 5537a36..0000000 --- a/src/fcuny.net/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> diff --git a/src/fcuny.net/templates/index.html b/src/fcuny.net/templates/index.html deleted file mode 100644 index bb5a86c..0000000 --- a/src/fcuny.net/templates/index.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "base.html" %} - -{%- block content -%} - -{% if section.content %} {{ section.content | safe }}{% endif %} - -{%- endblock content -%} diff --git a/src/fcuny.net/templates/resume.html b/src/fcuny.net/templates/resume.html deleted file mode 100644 index 84449c5..0000000 --- a/src/fcuny.net/templates/resume.html +++ /dev/null @@ -1 +0,0 @@ -{% extends "base.html" %} {% block content %} {{ section.content | safe }} {% endblock %} |
