jeffreytse/jekyll-theme-yat

How to make Alert or Callout?

Open

#87 aberto em 16 de mai. de 2022

Ver no GitHub
 (2 comments) (0 reactions) (1 assignee)HTML (700 forks)batch import
good first issue

Métricas do repositório

Stars
 (788 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

I looked at various ways to use Alert or Callout, but couldn't find a way.

In many examples use {% include warning.html title="some title" content="some contents" %} for Alert, and {% include callout_v2.html type="danger" content="some contents" %} for Callout.

Even the sample post provided by the YAT theme uses the following method, but it still does not work. image

plz give me some advice

Guia do colaborador