mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-09-23 09:13:39 +02:00
Add OpenGraph support
Add the necessary OpenGraph meta tags to all pages. Fix https://github.com/pawroman/zola-theme-terminimal/issues/3
This commit is contained in:
parent
a9969735db
commit
6af6b597fa
5 changed files with 95 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{% extends "index.html" %}
|
||||
|
||||
{% block title %}
|
||||
404
|
||||
404 | {{ config.title }}
|
||||
{% endblock title %}
|
||||
|
||||
{% block header_menu %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue