Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unprocessed templates/macros on home page #607

Open
VladimirAlexiev opened this issue Nov 27, 2024 · 2 comments
Open

unprocessed templates/macros on home page #607

VladimirAlexiev opened this issue Nov 27, 2024 · 2 comments

Comments

@VladimirAlexiev
Copy link
Collaborator

https://opengeospatial.github.io/ogc-geosparql/ has this stuff in the HTML source:

<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
  <meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">

  <link rel="canonical" href="[{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}]  <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="[{{ ](https://opengeospatial.github.io/ogc-geosparql/%7B%7B)"/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
@situx
Copy link
Collaborator

situx commented Dec 29, 2024

@VladimirAlexiev thanks for noticing. I removed the unprocessed macros.

@situx situx closed this as completed Dec 29, 2024
@VladimirAlexiev
Copy link
Collaborator Author

They are still in the header:

  <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
  <meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">

And they show in the browser tab name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants